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 1585ad3 commit 7a25b3aCopy full SHA for 7a25b3a
packages/test-app/package.json
@@ -19,7 +19,7 @@
19
"lint:js": "eslint . --cache",
20
"lint:js:fix": "eslint . --fix",
21
"start": "ember serve",
22
- "test": "npm-run-all lint \\\"test:!(watch)\\\"",
+ "test": "npm-run-all lint \"test:!(watch)\"",
23
"test:ember": "ember test",
24
"test:watch": "ember test --server"
25
},
0 commit comments