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:
Jeffrey Warren
2017-10-13 21:30:06 -04:00
committed by GitHub
parent bef53ef1a2
commit 1c7f59cbfd
15 changed files with 349 additions and 106 deletions

View File

@@ -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);