Skip to content

Commit

Permalink
Minor cleanup, see #52
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Dec 1, 2018
1 parent e37251b commit d095374
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/local/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ const _ = require( '../../../sherpa/lib/lodash-4.17.4.js' ); // eslint-disable-l
// const passedPairs = pairs.filter( pair => pair.result.ok );
const failedPairs = pairs.filter( pair => !pair.result.ok );

// console.log();
// console.log( `passed (${passedPairs.length})\n${passedPairs.map( pair => pair.test.type + ': ' + pair.test.name ).join( '\n' )}\n` );
if ( failedPairs.length > 0 ) {
console.log( `failed (${failedPairs.length})\n${failedPairs.map( pair => pair.test.type + ': ' + pair.test.name ).join( '\n' )}\n` );
Expand Down

0 comments on commit d095374

Please sign in to comment.