Skip to content

Commit

Permalink
Fix compilation issue in test harness.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Vilk committed Dec 22, 2016
1 parent 9f3d050 commit 9e12d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/harness/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export default function(tests: {
}

function generateAllTests() {
describe('BrowserFS Tests', function(this: Mocha): void {
describe('BrowserFS Tests', function(): void {
this.timeout(0);

// generate generic non-backend specific tests
Expand Down

0 comments on commit 9e12d71

Please sign in to comment.