Skip to content

Commit

Permalink
Only run ember test during scenario testing (#896)
Browse files Browse the repository at this point in the history
* Only run ember test during scenario testing

Fixes: #891
  • Loading branch information
thoov authored Jul 21, 2021
1 parent fe30c4c commit 719700f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/addon-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"test": "npm-run-all lint test:*",
"test": "ember test",
"test:ember": "ember test",
"test:ember-compatibility": "ember try:each"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/app-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"test": "npm-run-all lint test:*",
"test": "ember test",
"test:ember": "ember test"
},
"devDependencies": {
Expand Down

0 comments on commit 719700f

Please sign in to comment.