Added Eslint and husky (#1062)

This commit is contained in:
aashna27
2019-05-11 20:09:15 +05:30
committed by Jeffrey Warren
parent 0c3d7be7e2
commit c784de0c19
203 changed files with 3288 additions and 3250 deletions

View File

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