Skip to content

Commit 188d6a1

Browse files
committed
chore: update cassandra instr scripts
1 parent 7d7d919 commit 188d6a1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/instrumentation-cassandra-driver/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
"tdd": "npm run test -- --watch-extensions ts --watch",
2121
"test": "nyc mocha 'test/**/*.test.ts'",
2222
"test:with-services-env": "cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm test",
23-
"//todo": "echo test all versions should be configured",
24-
"test-all-versions": "tav",
25-
"test-all-versions:with-services-env": "cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=../../test/test-services.env npm run test-all-versions",
23+
"//todo": "echo \"add test-all-versions\"",
2624
"test-services:start": "cd ../.. && npm run test-services:start cassandra",
2725
"test-services:stop": "cd ../.. && npm run test-services:stop cassandra",
2826
"version:update": "node ../../scripts/version-update.js"

0 commit comments

Comments
 (0)