jsPsych/tests/loads.test.js
2017-05-25 10:39:13 -04:00

8 lines
170 B
JavaScript

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