mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
remove .only on test
This commit is contained in:
parent
74a7acd334
commit
d920d40cfd
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user