Skip to content

Commit

Permalink
stub utteranceQueue global phetsims/utterance-queue#7
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 20, 2019
1 parent 5e6656e commit 9c712ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/accessibility/GrabDragInteractionTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ define( require => {
display.initializeEvents();
document.body.appendChild( display.domElement );

phet = phet || {}; // eslint-disable-line no-global-assign
phet.joist = phet.joist || {};
phet.joist.sim = phet.joist.sim || { utteranceQueue: display.utteranceQueue }; // stub utteranceQueue global

const a = new Rectangle( 0, 0, 5, 5 );

rootNode.addChild( a );
Expand Down

0 comments on commit 9c712ce

Please sign in to comment.