Skip to content

Commit

Permalink
Clean output, see phetsims/aqua#52
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Dec 1, 2018
1 parent 4f3bf2e commit 9f15c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/local/runUnitTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = function( browser, targetURL ) {
process.stdout.write( 'F' );
}
else {
process.stdout.write( '.' );
// process.stdout.write( '.' );
}
} );

Expand All @@ -62,7 +62,7 @@ module.exports = function( browser, targetURL ) {
} );

await page.exposeFunction( 'harness_done', async function( context ) {
console.log( '\n' );
// console.log( '\n' );

if ( moduleErrors.length > 0 ) {
for ( var idx = 0; idx < moduleErrors.length; idx++ ) {
Expand Down

0 comments on commit 9f15c6f

Please sign in to comment.