mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
6 lines
144 B
JavaScript
6 lines
144 B
JavaScript
require('../jspsych.js')
|
|
|
|
test('jsPsych should be in the window object', function(){
|
|
expect(typeof window.jsPsych).not.toBe('undefined');
|
|
});
|