22 Commits
Author SHA1 Message Date
mmmichl 5c182b9af7 Introduce done function declaration with fail method (#8891) 2016-04-12 22:44:38 +09:00
vvakame 14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
Klaus Reimer 3379a63609 Correct signature of toThrowError
Jasmine expects an Error TYPE not an Error VALUE as first parameter.
2016-03-08 09:26:59 +01:00
Denis Postu d594ef506d Added missing 'returnValue' to jasmine.CallInfo 2016-03-03 23:50:35 +01:00
vvakame 4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
Alex Eagle 56c85ef59b Fix jasmine: message is optional in CustomMatcherResult.
See http://jasmine.github.io/2.2/custom_matcher.html#section-Failure_Messages
2015-11-10 10:37:37 -08:00
David Pärsson bcf0b2807b Add test for Jasmine's jasmine.clock().mockDate(baseTime) 2015-08-05 09:47:32 +02:00
robertjmason d9b1c4d96c Added "any" type to foo
Apparently the "noImplicitAny" switch is set in Travis.
2015-06-30 15:25:16 -07:00
robertjmason 7b129ea9d4 Added arrayContaining test 2015-06-30 13:09:48 -07:00
CallMeTango 2017b81457 Support custom equality testers and custom matchers improvements
- Added support for custom equality testers. Fixed existing function
  signature and added interfaces
- Improved typings for custom matchers to be more strict and modeled the
  construction process via corresponding interfaces
- Added tests for the custom equality testers and custom matchers
2015-04-30 17:10:21 +02:00
a3chic9 efffa6ec97 Added pending tests 2015-04-14 10:39:16 -04:00
Jake Aitchison 09e19b7749 Add support for jasmine 2.2 Asynch timeout syntax 2015-03-22 13:23:49 +00:00
David Pärsson 675a63e403 Added global fail() function to Jasmine typings 2015-02-04 11:28:29 +01:00
David Pärsson afca0689f7 Add support for chaining and calls on Jasmine spies 2015-02-03 15:24:11 +01:00
Tobias Bengfort 3c4d380a0f add example to jasmine-tests.ts 2014-07-19 11:48:42 +02:00
Theodore Brown 1641546e82 Tweaked tests to fully pass 2013-12-25 11:50:58 -06:00
Theodore Brown 9a22a5907f Updated tests from http://jasmine.github.io/2.0/introduction.html 2013-12-25 11:50:23 -06:00
vvakame e77a73d69e Added noImplicitAny option support to jasmine 2013-09-26 15:38:19 +09: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 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