tests(sqljs): removed error flag

This commit is contained in:
Daniel Lang 2017-12-18 22:40:11 +01:00
parent 79213872e2
commit 5c4f407cc8

View File

@ -327,7 +327,7 @@ export class Gulpfile {
*/
@Task("coveragePost", ["coveragePre"])
coveragePost() {
let error = false;
//let error = false;
chai.should();
chai.use(require("sinon-chai"));