We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7696606 commit 4eaadb5Copy full SHA for 4eaadb5
cloud-sql/mysql/mysql2/package.json
@@ -14,9 +14,7 @@
14
"scripts": {
15
"start": "node server/server.js",
16
"system-test": "c8 mocha -p -j 2 test/server.test.js --timeout=60000 --exit",
17
- "system-test-tcp": "c8 mocha -p -j 2 test/server-unix.test.js --timeout=60000 --exit",
18
- "system-test-unix": "c8 mocha -p -j 2 test/server-unix.test.js --timeout=60000 --exit",
19
- "test": "npm run system-test && npm run system-test-tcp && npm run system-test-unix"
+ "test": "npm run system-test"
20
},
21
"dependencies": {
22
"@google-cloud/cloud-sql-connector": "^1.0.0",
0 commit comments