Skip to content

Commit

Permalink
test: e2e glob
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Dec 21, 2020
1 parent 5cf9057 commit d05dfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"prepare": "sf-install",
"pretest": "sf-compile-test",
"test": "sf-test",
"test:e2e": "mocha test/end2end/**/*.test.ts --timeout 100000 --parallel",
"test:e2e": "mocha test/**/*.e2e.ts --timeout 100000 --parallel",
"version": "oclif-dev readme && git add README.md"
},
"husky": {
Expand Down

0 comments on commit d05dfe3

Please sign in to comment.