We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c0f7d commit 28ad7a3Copy full SHA for 28ad7a3
package.json
@@ -24,7 +24,7 @@
24
"node": ">=6.0.0"
25
},
26
"scripts": {
27
- "init-project": "yarn && cd test\\e2e\\webpack4 && yarn",
+ "init-project": "yarn && cd test/e2e/webpack4 && yarn",
28
"lint": "eslint --format=codeframe .",
29
"test": "npm run lint && node test/copySrc.js && jasmine test/unit/* test/e2e/*/index.js",
30
"coverage": "nyc npm run test",
0 commit comments