Skip to content

Commit

Permalink
feat(cli): move default test output folder into tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
davewasmer committed Jan 6, 2017
1 parent f895e3b commit 7e25fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class TestCommand extends Command {
},
output: {
description: 'The directory to write the compiled app to. Defaults to a tmp directory',
defaultValue: 'dist-test',
defaultValue: path.join('tmp', 'test'),
type: String
},
'print-slow-trees': {
Expand Down

0 comments on commit 7e25fd3

Please sign in to comment.