mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-17 13:50:04 +01:00
Dynamic module, new demo image, demo cleanup, re-configurable demo steps (#139)
* rebase and build * bump version to v0.1.1
This commit is contained in:
@@ -42,7 +42,7 @@ test('loadImages loads a DataURL image and creates a step.', function (t){
|
||||
|
||||
test('modulesInfo() returns info for each module', function (t){
|
||||
var info = sequencer.modulesInfo();
|
||||
t.equal(Object.keys(info).length, 7);
|
||||
t.equal(Object.keys(info).length, 8);
|
||||
t.equal(Object.keys(info).length, Object.keys(sequencer.modules).length);
|
||||
t.equal(info.hasOwnProperty(Object.keys(sequencer.modules)[0]), true);
|
||||
t.equal(info[Object.keys(sequencer.modules)[0]].hasOwnProperty('name'), true);
|
||||
|
||||
Reference in New Issue
Block a user