We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d67101 commit 8372b5eCopy full SHA for 8372b5e
package.json
@@ -12,7 +12,7 @@
12
"build:watch": "tsc -p tsconfig.build.json -w",
13
"clean": "node scripts/clean.js",
14
"pretest": "npm run lint",
15
- "test": "run-s -s \"test:unit -- {@}\" --",
+ "test": "run-s -s test:e2e \"test:unit -- {@}\" --",
16
"test:prepare": "npm run test:e2e -- --prepareOnly",
17
"test:e2e": "node scripts/e2e.js",
18
"test:unit": "node_modules/.bin/jest",
0 commit comments