Jeroen
933f68a564
Adds extend to QUnit typings ( #9322 )
...
Note that the second parameter (mixin) of this method is documented on
the website as being of type string, but both the qunit source code and
examples on the same documentation page tell us it's actually of type
any.
2016-05-15 02:28:09 +09:00
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
Mohamed Hegazy
2aaa293cb1
Remove quotes from response files
2014-09-02 14:53:39 -07: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
vvakame
6ab4ffae2b
Remove not required tscparams
2014-01-02 16:34:52 +09:00
Gary Bortosky
8e009d56c0
adding explicit any
2013-12-12 15:48:27 -06:00
vvakame
96c443c647
Suppress test failed
2013-11-21 19:59:41 +09: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
vvakame
2708bc05cd
Fixed tsc failed on Node.js v0.8.25
2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e
Fixed to CI test passing
2013-10-03 10:18:58 +09: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
Diullei Gomes
70084c9c74
Merge pull request #659 from iwhp/master
...
Missing declaration for 'testTimeout' in QUnit.config.
2013-06-21 05:47:10 -07:00
harry@ardimedia.com
0687ab6e49
Missing declaration for 'testTimeout' in QUnit.config.
2013-06-21 09:55:54 +02:00
Diullei Gomes
d1dcb7100b
fixed qunit test file.
2013-06-20 22:06:07 -03: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
209d95071a
Update reference paths
2013-01-17 20:03:30 +02:00
Boris Yankov
c98eebb137
Rename all definition files, remove versions
2013-01-17 17:17:27 +02:00
Boris Yankov
7c82efb17a
Update reference paths
2012-11-19 01:28:08 +02:00
Boris Yankov
c91c45f9ae
Move definitions and test in separate folders
...
This enables each definition to have a readme if necessary.
Also a .json metadata file to help with package managers.
And last, to have different versions of the definitions.
2012-11-18 22:28:44 +02:00