jsPsych/tests/plugin-single-stim.test.js
2016-12-09 21:25:56 -05:00

6 lines
144 B
JavaScript

require('../jspsych.js')
test('jsPsych should be in the window object', function(){
expect(typeof window.jsPsych).not.toBe('undefined');
});