Skip to content

Commit

Permalink
minor bug fixes, phetsims/scenery#1046
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 10, 2020
1 parent f568a2b commit f05a5d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/PhetioObjectTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ QUnit.test( 'PhetioObject end without start', function( assert ) {
} );

Tandem.PHET_IO_ENABLED && QUnit.test( 'no calling addLinkedElement before instrumentation', assert => {
assert.ok( true, 'always run one test' );

const obj = new PhetioObject();
obj.addLinkedElement( new PhetioObject() );

Expand Down

0 comments on commit f05a5d8

Please sign in to comment.