jsPsych/tests/loads.test.js
2017-03-19 21:44:41 -04:00

9 lines
220 B
JavaScript

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