Skip to content

Commit

Permalink
tests(sqljs): removed error flag
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-lang committed Dec 18, 2017
1 parent 7921387 commit 5c4f407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export class Gulpfile {
*/
@Task("coveragePost", ["coveragePre"])
coveragePost() {
let error = false;
//let error = false;

chai.should();
chai.use(require("sinon-chai"));
Expand Down

0 comments on commit 5c4f407

Please sign in to comment.