mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
remove numeric keyCodes from tests (missed one)
This commit is contained in:
parent
c6e09d7578
commit
101508863c
@ -88,7 +88,7 @@ describe('Trial parameters in the data', function(){
|
|||||||
timeline: [trial]
|
timeline: [trial]
|
||||||
});
|
});
|
||||||
|
|
||||||
utils.pressKey(32);
|
utils.pressKey(' ');
|
||||||
|
|
||||||
expect(spy).toHaveBeenCalled();
|
expect(spy).toHaveBeenCalled();
|
||||||
spy.mockRestore();
|
spy.mockRestore();
|
||||||
|
Loading…
Reference in New Issue
Block a user