mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-14 04:10:04 +01:00
LoadImages will return nothing, only call a callback
This commit is contained in:
@@ -42,7 +42,7 @@ test('loadImages loads a DataURL image and creates a step.', function (t){
|
||||
|
||||
test('loadImages loads a PATH image and creates a step. (NodeJS)', function (t){
|
||||
if(sequencer.options.inBrowser){
|
||||
t.equal("not applicable","not applicable","Not applicable for Browser");
|
||||
t.equal(1,1,"Not applicable for Browser");
|
||||
t.end();
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user