mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
Added Eslint and husky (#1062)
This commit is contained in:
@@ -15,8 +15,8 @@ test('Load Decode-Qr module', function(t) {
|
||||
|
||||
test('Decode-qr module works correctly', function(t) {
|
||||
sequencer.run({ mode: 'test' }, function(out) {
|
||||
var result = sequencer.steps[1].options.step.qrval;
|
||||
t.equal(result, "http://github.com/publiclab/image-sequencer", 'should be equal');
|
||||
t.end();
|
||||
})
|
||||
})
|
||||
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