mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 08:38:11 +00:00
fixed missing array in timeline param
This commit is contained in:
parent
9c659a53bf
commit
71cef75375
@ -365,7 +365,7 @@ describe('nested timelines', function() {
|
||||
};
|
||||
|
||||
jsPsych.init({
|
||||
timeline: trials
|
||||
timeline: [trials]
|
||||
});
|
||||
|
||||
expect(jsPsych.getDisplayElement().innerHTML).toMatch('foo');
|
||||
|
Loading…
Reference in New Issue
Block a user