diff --git a/tests/plugins/plugin-form.test.js b/tests/plugins/plugin-form.test.js deleted file mode 100644 index 6e957d29ae..0000000000 --- a/tests/plugins/plugin-form.test.js +++ /dev/null @@ -1,16 +0,0 @@ -const root = '../../'; - -jest.useFakeTimers(); - -describe('form plugin', function(){ - - beforeEach(function(){ - require(root + 'jspsych.js'); - require(root + 'plugins/jspsych-form.js'); - }); - - test('loads correctly', function(){ - expect(typeof window.jsPsych.plugins['form']).not.toBe('undefined'); - }); - -});