mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-12 19:30:00 +01:00
Removed all instances of mode: 'test' (#1599)
This commit is contained in:
@@ -14,7 +14,7 @@ test('Load Decode-Qr module', function(t) {
|
||||
});
|
||||
|
||||
test('Decode-qr module works correctly', function(t) {
|
||||
sequencer.run({ mode: 'test' }, function(out) {
|
||||
sequencer.run(function(out) {
|
||||
var result = sequencer.steps[1].options.step.qrval;
|
||||
t.equal(result, 'http://github.com/publiclab/image-sequencer', 'should be equal');
|
||||
t.end();
|
||||
|
||||
Reference in New Issue
Block a user