Skip to content

Commit 886ebe2

Browse files
authored
Merge pull request #1023 from bertdeblock/make-test-output-more-readable
Use `ember version` command to make test output more readable
2 parents a16600a + ff30b43 commit 886ebe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/tasks/try-each-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ describe('tryEach', () => {
630630
ui: { writeLine: outputFn },
631631
project: { root: tmpdir },
632632
config,
633-
commandArgs: ['ember', 'help', '--json', 'true'],
633+
commandArgs: ['ember', 'version', '--verbose', 'true'],
634634
dependencyManagerAdapters: [new StubDependencyAdapter()],
635635
});
636636

0 commit comments

Comments
 (0)