vvakame
56295f5058
replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped
2016-03-17 00:55:26 +09:00
vvakame
4de74cb527
normalize line ending (CRLF -> LF)
2016-02-16 01:20:30 +09:00
Rainer ziller
a5ff255a5d
Add QunitAssert parameter to setup functions
...
Add QunitAssert parameter to the setup, teardown, beforeEach and
afterEach functions.
This facilitates the usage of for example async code in the setup.
2015-11-26 16:01:04 +01:00
Daniel Rosenwasser
cd87686baf
Normalized indentation in 'qunit'.
2015-09-01 14:44:08 -07:00
Daniel Rosenwasser
a3ea332e5e
Deprecated 'setup'/'teardown', added 'beforeEach'/'afterEach', added indexer to 'LifecycleObject' in 'qunit'.
2015-09-01 14:43:39 -07:00
Josh McCullough
c673b469b7
Fixed type of assert.async()`.
...
The function `assert.async` is not of type `any`, it is a parameterless, void function.
2015-03-30 16:24:42 -04:00
Theodore Brown
e0dac065a3
Initial support for QUnit v1.16
2014-12-29 23:24:55 -06:00
Nickolas Westman
1e9a254701
Update Anon Function Parameters in asyncTest
...
Encountered compiler errors on using asyncTest ... fixed by making sure that the assert is a function of the anon function
2014-07-23 11:24:32 -07:00
Bart van der Schoor
1d345f6c14
cleaned-up headers
2014-06-18 23:31:11 +02:00
Gary Bortosky
8e009d56c0
adding explicit any
2013-12-12 15:48:27 -06:00
nycdotnet
e8b6bd4ada
Fix for error with TypeScript 0.9.5
...
"Generic type references must include all type arguments".
2013-11-07 22:03:59 -05:00
Richard Hepburn
911acf3fe7
Changed bool -> boolean to align with TypeScript 0.9
...
Updated the bool type definitions to boolean to align with TS 0.9 and
ES6 standards.
2013-07-08 17:26:05 -04:00
harry@ardimedia.com
0687ab6e49
Missing declaration for 'testTimeout' in QUnit.config.
2013-06-21 09:55:54 +02:00
Diullei Gomes
4651ce7843
Added qunit documentation to facilitate Visual Studio intellisense.
2013-02-14 00:12:55 -02:00
William Sears
e06b39879d
Add interface and fix signature for moduleStarted callback
2013-02-05 14:03:52 -08:00
Diullei Gomes
a00fd86b8d
Qunit definitions. I changed variable declarations for function declarations to allow overloading
2013-01-30 00:48:26 -02:00
Diullei Gomes
632cb655d9
update qunit definition
...
Tests added. Resolved some bugs.
2013-01-22 23:13:18 -02:00
Boris Yankov
c98eebb137
Rename all definition files, remove versions
2013-01-17 17:17:27 +02:00