File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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\" " ,
You can’t perform that action at this time.
0 commit comments