Skip to content

Commit

Permalink
fix: Correct test definition now that Mocha has decent TS files
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Feb 8, 2017
1 parent d37e501 commit 51dc2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Test extends Iridium.Instance<TestDocument, Test> {
}
}

describe("Hooks", function (this: Mocha) {
describe("Hooks", function() {
this.timeout(500);

let core = new Iridium.Core({ database: "test" });
Expand Down

0 comments on commit 51dc2f5

Please sign in to comment.