mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-13 05:31:37 +08:00
merged master; fixed tests
This commit is contained in:
@@ -53,7 +53,8 @@ describe('decodeSingle', function () {
|
||||
expect(result.codeResult.code).to.equal(sample.result);
|
||||
expect(result.codeResult.format).to.equal(sample.format);
|
||||
callback();
|
||||
});
|
||||
})
|
||||
.start();
|
||||
}, function() {
|
||||
done();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user