Skip to content

Commit

Permalink
remove unimplemented test
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Mar 22, 2024
1 parent fb065d2 commit e9dc47c
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions js/listeners/KeyboardListenerTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,27 +241,4 @@ QUnit.test( 'KeyboardListener Tests', assert => {

document.body.removeChild( display.domElement );
display.dispose();
} );

//
// QUnit.test( 'KeyboardListener Callback timing', assert => {
// const rootNode = new Node( { tagName: 'div' } );
// const display = new Display( rootNode );
// display.initializeEvents();
// document.body.appendChild( display.domElement );
//
//
// //
// // a -> callback timer
// //
// // wait
// // b -> callback timer
// //
// // release before b
// //
// // ensure a fires
//
//
// document.body.removeChild( display.domElement );
// display.dispose();
// });
} );

0 comments on commit e9dc47c

Please sign in to comment.