Steve Gravrock
|
1166d10e43
|
Use const/let in specs, not var
|
2022-04-16 13:41:44 -07:00 |
|
Steve Gravrock
|
40fac8b6a2
|
Renamed the trace feature to debugLog[s]
"trace" was ambiguous and could easily be understood to have something
to do with stack traces.
|
2021-12-02 14:46:56 -08:00 |
|
Steve Gravrock
|
47081258cd
|
Revert "Revert "Added the ability to associate trace information with failing specs""
This reverts commit fdad8849df.
|
2021-10-02 09:56:25 -07:00 |
|
Steve Gravrock
|
9c03d4d3e9
|
Merge branch '3.99' into 4.0
|
2021-10-02 09:52:43 -07:00 |
|
Steve Gravrock
|
fdad8849df
|
Revert "Added the ability to associate trace information with failing specs"
Pushing this back to 4.0 in hopes of increasing the chance that third
party reporters will notice it and add support.
This reverts commit 7a289f1de7.
|
2021-10-02 09:45:15 -07:00 |
|
Steve Gravrock
|
7a289f1de7
|
Added the ability to associate trace information with failing specs
This is meant to aid in debugging failures, particularly intermittent
failures, in cases where interactive debugging or console.log aren't
suitable.
|
2021-09-25 16:19:28 -07:00 |
|
Steve Gravrock
|
c3fb3e985a
|
Reject timeout values that are too large for setTimeout
See #1930
|
2021-09-25 15:43:31 -07:00 |
|
Steve Gravrock
|
c73df57720
|
MatchersUtil#contains uses deep equality rather than === for set members
[#169001712]
|
2021-07-24 14:23:05 -07:00 |
|
Steve Gravrock
|
fe0a83ba87
|
Removed support for Internet Explorer
|
2021-07-23 21:46:15 -07:00 |
|
Steve Gravrock
|
a27280e9e7
|
Merge branch '3.99' into 4.0
|
2021-07-20 17:55:18 -07:00 |
|
Steve Gravrock
|
88b90ec258
|
Backfilled unit tests for j$.isError_
|
2021-07-19 10:31:53 -07:00 |
|
Steve Gravrock
|
9b3d4a2bf2
|
Merge branch '3.99' into 4.0
|
2021-07-10 09:13:28 -07:00 |
|
Steve Gravrock
|
dbc1a0aa56
|
Added expectAsync(...).already
* Causes async matchers to immediately fail if the promise is pending
* Fixes #1845
|
2021-06-23 20:13:01 -07:00 |
|
Steve Gravrock
|
c2a714f168
|
Removed support for IE 10 and Safari 8
|
2021-04-23 08:14:19 -07:00 |
|
Steve Gravrock
|
89331bb1bb
|
Fixed comparison between URL objects
* Fixes #1866
|
2020-11-21 13:47:44 -08:00 |
|
Steve Gravrock
|
4e2f703615
|
Check for syntax and standard library objects that don't work in IE
|
2020-07-01 17:34:59 -07:00 |
|
Steve Gravrock
|
8991b1bba3
|
Fixed toHaveSize matcher on IE 10 & 11
|
2020-04-12 21:22:14 -07:00 |
|
Steve Gravrock
|
5096d9af4e
|
Don't construct unnecessarily asymmetricEqualityTesterArgCompatShims
This speeds up MatchersUtil#equals by about 6-7x.
|
2020-02-12 14:23:03 -08:00 |
|
Gregg Van Hove
|
b4cbe9850f
|
add prettier and eslint
|
2019-05-21 18:23:48 -07:00 |
|
Gregg Van Hove
|
74fd0e08e7
|
No fit in the suite
|
2019-04-01 21:01:22 -07:00 |
|
Gregg Van Hove
|
618e24b2f8
|
Handle WebSocket events in IE when detecting Errors
- Fixes #1623
|
2019-04-01 18:52:27 -07:00 |
|