Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Apr 25, 2018
1 parent cf766bd commit 10cfefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {assert, expect} from "chai";
import {Promise} from "bluebird";
import {assert, expect} from "chai";
import {EventEmitter} from "events";
import * as fs from "fs-extra";
import {} from "mocha";
Expand Down

0 comments on commit 10cfefe

Please sign in to comment.