remove test #404

This commit is contained in:
Josh de Leeuw 2017-06-26 13:22:08 -04:00
parent bdb797f473
commit 2892c5369e

View File

@ -1,16 +0,0 @@
const root = '../../';
jest.useFakeTimers();
describe('survey-multi-picture plugin', function(){
beforeEach(function(){
require(root + 'jspsych.js');
require(root + 'plugins/jspsych-survey-multi-picture.js');
});
test('loads correctly', function(){
expect(typeof window.jsPsych.plugins['survey-multi-picture']).not.toBe('undefined');
});
});