Skip to content

Commit 7a25b3a

Browse files
committed
Fix test script
1 parent 1585ad3 commit 7a25b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint:js": "eslint . --cache",
2020
"lint:js:fix": "eslint . --fix",
2121
"start": "ember serve",
22-
"test": "npm-run-all lint \\\"test:!(watch)\\\"",
22+
"test": "npm-run-all lint \"test:!(watch)\"",
2323
"test:ember": "ember test",
2424
"test:watch": "ember test --server"
2525
},

0 commit comments

Comments
 (0)