mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-13 09:08:13 +00:00
all tests passing??
This commit is contained in:
parent
426d54ac06
commit
dde14ccb2b
@ -96,8 +96,6 @@ describe('timeline variables are correctly evaluated', function(){
|
|||||||
utils.pressKey(65); // 'a'
|
utils.pressKey(65); // 'a'
|
||||||
|
|
||||||
expect(jsPsych.getDisplayElement().innerHTML).toMatch('button');
|
expect(jsPsych.getDisplayElement().innerHTML).toMatch('button');
|
||||||
|
|
||||||
console.log(jsPsych.getDisplayElement().innerHTML);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
test('when used with a plugin that has a FUNCTION parameter type', function(){
|
test('when used with a plugin that has a FUNCTION parameter type', function(){
|
||||||
|
Loading…
Reference in New Issue
Block a user