Skip to content

Commit

Permalink
typescript fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Narazaka committed May 3, 2018
1 parent aeabded commit 5309024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import * as sinon from "sinon";
/** @test {TimerEventSource} */
describe("TimerEventSource", () => {
let timer: sinon.SinonFakeTimers;
before(() => timer = sinon.useFakeTimers());
before(() => { timer = sinon.useFakeTimers(); });
after(() => timer.restore());

/** @test {GhostKernel#constructor} */
Expand Down

0 comments on commit 5309024

Please sign in to comment.