Skip to content

Commit

Permalink
Disable timeout for TypeScript definitions tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aikoven committed Feb 18, 2016
1 parent 56ab522 commit 1fa6636
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/typescript.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import * as tt from 'typescript-definition-tester'


describe('TypeScript definitions', () => {
describe('TypeScript definitions', function() {
this.timeout(0)

it('should compile against index.d.ts', (done) => {
tt.compileDirectory(
__dirname + '/typescript',
Expand Down

0 comments on commit 1fa6636

Please sign in to comment.