Skip to content

Commit

Permalink
add missing test config
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Dec 14, 2020
1 parent 1802388 commit c9e52a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/sample-babel7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"start": "ember serve",
"test": "ember test"
"test": "ember test --test-port=0"
},
"devDependencies": {
"a-dependency": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/sample-es-latest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"start": "ember serve",
"test": "ember test"
"test": "ember test --test-port=0"
},
"devDependencies": {
"a-module-dependency": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/sample-noparse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"start": "ember serve",
"test": "ember test"
"test": "ember test --test-port=0"
},
"devDependencies": {
"a-dependency": "*",
Expand Down

0 comments on commit c9e52a2

Please sign in to comment.