fixed missing array in timeline param

This commit is contained in:
Becky Gilbert 2020-10-18 14:46:19 -07:00
parent 9c659a53bf
commit 71cef75375

View File

@ -365,7 +365,7 @@ describe('nested timelines', function() {
}; };
jsPsych.init({ jsPsych.init({
timeline: trials timeline: [trials]
}); });
expect(jsPsych.getDisplayElement().innerHTML).toMatch('foo'); expect(jsPsych.getDisplayElement().innerHTML).toMatch('foo');