Skip to content

Commit

Permalink
Merge pull request #1023 from bertdeblock/make-test-output-more-readable
Browse files Browse the repository at this point in the history
Use `ember version` command to make test output more readable
  • Loading branch information
bertdeblock authored Dec 11, 2024
2 parents a16600a + ff30b43 commit 886ebe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tasks/try-each-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ describe('tryEach', () => {
ui: { writeLine: outputFn },
project: { root: tmpdir },
config,
commandArgs: ['ember', 'help', '--json', 'true'],
commandArgs: ['ember', 'version', '--verbose', 'true'],
dependencyManagerAdapters: [new StubDependencyAdapter()],
});

Expand Down

0 comments on commit 886ebe2

Please sign in to comment.