mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 08:38:11 +00:00
skip test for #391 until 6.1
This commit is contained in:
parent
e96a530677
commit
0747e1e3b2
@ -107,7 +107,7 @@ describe('The data parameter', function(){
|
|||||||
})).then(function(data) { expect(data).toBe(2) });
|
})).then(function(data) { expect(data).toBe(2) });
|
||||||
});
|
});
|
||||||
|
|
||||||
test('should record data to all nested trials with timeline variables even when nested trials have own data', function(){
|
test.skip('should record data to all nested trials with timeline variables even when nested trials have own data', function(){
|
||||||
|
|
||||||
require(root + 'jspsych.js');
|
require(root + 'jspsych.js');
|
||||||
require(root + 'plugins/jspsych-text.js');
|
require(root + 'plugins/jspsych-text.js');
|
||||||
|
Loading…
Reference in New Issue
Block a user