Skip to content

Commit

Permalink
sun and scenery-phet unit tests to run in brand=phet-io, phetsims/per…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Aug 20, 2020
1 parent a9970fc commit 84c3879
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/accessibility/GrabDragInteractionTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import Display from '../../../scenery/js/display/Display.js';
import Node from '../../../scenery/js/nodes/Node.js';
import Rectangle from '../../../scenery/js/nodes/Rectangle.js';
import Tandem from '../../../tandem/js/Tandem.js';
import GrabDragInteraction from './GrabDragInteraction.js';

// constants
Expand Down Expand Up @@ -39,6 +40,7 @@ QUnit.test( 'GrabDragInteraction defaults', assert => {
rootNode.addChild( a );

const interaction = new GrabDragInteraction( a, {
tandem: Tandem.GENERAL.createTandem( 'myGrabDragInteraction' ),
objectToGrabString: thingString
} );

Expand Down Expand Up @@ -79,5 +81,5 @@ QUnit.test( 'GrabDragInteraction defaults', assert => {

testDefaultGrabbable();

display.detachEvents();
display.dispose();
} );

0 comments on commit 84c3879

Please sign in to comment.