Skip to content

Commit 4eaadb5

Browse files
committed
remove unused test scripts
1 parent 7696606 commit 4eaadb5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cloud-sql/mysql/mysql2/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
"scripts": {
1515
"start": "node server/server.js",
1616
"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"
17+
"test": "npm run system-test"
2018
},
2119
"dependencies": {
2220
"@google-cloud/cloud-sql-connector": "^1.0.0",

0 commit comments

Comments
 (0)