remove .only on test

This commit is contained in:
Josh de Leeuw 2017-07-10 10:57:21 -04:00
parent 74a7acd334
commit d920d40cfd

View File

@ -100,7 +100,7 @@ describe('timeline variables are correctly evaluated', function(){
console.log(jsPsych.getDisplayElement().innerHTML);
});
test.only('when used with a plugin that has a FUNCTION parameter type', function(){
test('when used with a plugin that has a FUNCTION parameter type', function(){
require(root + 'plugins/jspsych-call-function.js');
const mockFn = jest.fn();