Removed all instances of mode: 'test' (#1599)

This commit is contained in:
Deogle
2020-01-31 10:58:12 -05:00
committed by GitHub
parent 5f745ef4bd
commit 600cce0be3
7 changed files with 12 additions and 12 deletions

View File

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