Skip to content

Commit 1f8d2c8

Browse files
committed
run all tests
1 parent bdf9f2f commit 1f8d2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"mocha-light": "mocha --node-env=test --config .mocharc.json --exclude \"./dist/test/integration/compute.test.js\"",
3131
"test": "npm run lint && npm run test:unit:cover && npm run test:integration:cover",
3232
"test:unit": "npm run build-tests && npm run mocha \"./dist/test/unit/**/*.test.js\"",
33-
"test:integration": "npm run build-tests && npm run mocha \"./dist/test/integration/**/credentials.test.js\"",
33+
"test:integration": "npm run build-tests && npm run mocha \"./dist/test/integration/**/*.test.js\"",
3434
"test:computeunit": "npm run build-tests && npm run mocha \"./dist/test/unit/compute.test.js\"",
3535
"test:computeintegration": "npm run build-tests && npm run mocha \"./dist/test/integration/compute.test.js\"",
3636
"test:indexer": "npm run build-tests && npm run mocha \"./dist/test/integration/indexer.test.js\"",

0 commit comments

Comments
 (0)