Skip to content

Commit ff30b43

Browse files
committed
Use ember version command to make test output more readable
1 parent ced2d08 commit ff30b43

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
@@ -632,7 +632,7 @@ describe('tryEach', () => {
632632
ui: { writeLine: outputFn },
633633
project: { root: tmpdir },
634634
config,
635-
commandArgs: ['ember', 'help', '--json', 'true'],
635+
commandArgs: ['ember', 'version', '--verbose', 'true'],
636636
dependencyManagerAdapters: [new StubDependencyAdapter()],
637637
});
638638

0 commit comments

Comments
 (0)