Skip to content

Commit 8372b5e

Browse files
committedFeb 14, 2019
fix: test command
1 parent 1d67101 commit 8372b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:watch": "tsc -p tsconfig.build.json -w",
1313
"clean": "node scripts/clean.js",
1414
"pretest": "npm run lint",
15-
"test": "run-s -s \"test:unit -- {@}\" --",
15+
"test": "run-s -s test:e2e \"test:unit -- {@}\" --",
1616
"test:prepare": "npm run test:e2e -- --prepareOnly",
1717
"test:e2e": "node scripts/e2e.js",
1818
"test:unit": "node_modules/.bin/jest",

0 commit comments

Comments
 (0)
Please sign in to comment.