Skip to content

Commit

Permalink
Replaced expect( 0 ) with a synthetic test, see phetsims/aqua#31
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Dec 11, 2017
1 parent 132a65b commit f85ddb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/Transform3Tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ define( function( require ) {
QUnit.test( 'transform creation and setting', function( assert ) {
var t = new Transform3();
t.append( Matrix3.rotation2( Math.PI ) );

assert.expect( 0 ); // eslint-disable-line no-undef
assert.ok( true, 'so we have at least 1 test in this set' );
} );
} );

0 comments on commit f85ddb0

Please sign in to comment.