Skip to content

Commit

Permalink
Expose test output to the console
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcrowthe committed Jan 18, 2018
1 parent 105552d commit d0ae119
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/release/utils/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ exports.runTests = async () => {
const spinner = ora(' Running test suite').start();
try {
await spawn('yarn', ['test'], {
cwd: root
cwd: root,
stdio: 'inherit'
});
spinner.stopAndPersist({
symbol: '✅'
Expand Down

0 comments on commit d0ae119

Please sign in to comment.