Skip to content

Commit

Permalink
Fix test command
Browse files Browse the repository at this point in the history
Enable the `--test-port` option. It's a good one to have regardless, but also logic inside `ember-cli`'s `test` command blows up if the option isn't present.
  • Loading branch information
bendemboski committed Feb 7, 2024
1 parent 07bc513 commit 27532ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/commands/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function buildAvailableOptions() {
'environment',
'config-file',
'server',
'test-port',
'filter',
'module',
'watcher',
Expand Down

0 comments on commit 27532ff

Please sign in to comment.