Commit Graph
13 Commits
Author SHA1 Message Date
Artem Chivchalov 7b712b592b jasmine: fixed createSpy definition
Added `originalFn` parameter according to https://github.com/pivotal/jasmine/blob/master/src/core/base.js#L52
2013-08-11 00:09:32 +04:00
John Reilly c848fbb3fa Fix for TS 0.9.1
Removed extra overload of ensureSelectElementIsRenderedCorrectly to
prevent this compiler error with TS 0.9.1: "error TS2175: Overloads
cannot differ only by return type.".  Also amended jasmine switching
bool to boolean so tests pass.
2013-08-07 11:00:22 +01:00
damianog 21f6baaef8 Removed unnecessary comma
Found error compilation in typescript 0.9 beta
Removed unnecessary comma
2013-06-14 20:08:21 +03:00
bquarmby b49671022e Update jasmine.d.ts
Made jasmine.Spy callable.
Added missing "pp" method and internal Matcher properties. Both important for rolling custom matchers.
2013-04-29 20:37:32 +10:00
Fyodor Soikin 30f0df4b0f Added missing return types to Spy methods 2013-04-22 17:57:46 -04:00
Fyodor Soikin b87f73abe9 Revert "Added missing return types for Spy chaining methods and for the createSpy method"
This reverts commit 91a966943b.
2013-04-22 17:51:42 -04:00
Fyodor Soikin 91a966943b Added missing return types for Spy chaining methods and for the createSpy method 2013-04-22 01:14:48 -04:00
Andrew Gaspar 105af2df70 Slight change to makeNodeResolver in q.d.ts and added a second declaration for it in jasmine to accomodate 'done' function for async funciton calls. 2013-03-23 16:30:49 -05:00
Diullei Gomes 946862740a adjusted jasmine tests 2013-02-22 12:19:05 -03: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