This website requires JavaScript.
f934e6d816
Assume that addEventListener/removeEventListener are present in browsers
Steve Gravrock
2022-08-20 10:27:44 -07:00
79c6bbc189
clearStack optimizations
Steve Gravrock
2022-08-13 08:54:32 -07:00
2e80ec0c22
Rm dead code for QueueRunner deprecations
Steve Gravrock
2022-08-11 19:51:08 -07:00
588283cfe5
Breaking change: support for -npm reporter handling in parallel mode
Steve Gravrock
2022-08-06 10:37:40 -07:00
3a43871901
Reset the env state between parallel batches
Steve Gravrock
2022-07-29 08:34:49 -07:00
fcbab02b2d
Droped support for Node 12
Steve Gravrock
2022-07-02 08:08:39 -07:00
5f3475342e
Re-added missing JasmineStartedInfo jsdoc
Steve Gravrock
2022-08-06 10:53:28 -07:00
e022e6199c
Bump version to 4.3.0
v4.3.0
Steve Gravrock
2022-07-23 10:25:45 -07:00
140c12e8fc
Added Firefox 102 (current ESR) to CI
Steve Gravrock
2022-07-23 10:16:47 -07:00
21f25972bb
Converted ReportDispatcher to promises
Steve Gravrock
2022-06-14 19:36:11 -07:00
d0e1bd96fb
README updates
Steve Gravrock
2022-07-01 16:58:38 -07:00
6c56ebc984
Added jasmine.spyOnGlobalErrorsAsync
Steve Gravrock
2022-06-30 18:09:56 -07:00
d0a9931ae6
Separated reporter- and runable-specific queue runner configuration
Steve Gravrock
2022-06-12 15:52:14 -07:00
93c5f654d9
Extracted most suite-running code out of Env
Steve Gravrock
2022-06-12 13:30:43 -07:00
d8b65028a1
Pass queue runner factory to Spec#execute, not ctor
Steve Gravrock
2022-06-12 10:52:10 -07:00
d6cdc1841c
Extracted suite building out of Env
Steve Gravrock
2021-11-22 13:20:03 -08:00
72b39220e5
Runable, not runnable
Steve Gravrock
2022-06-11 15:41:29 -07:00
55dce7d119
Extracted runnable resource management out of Env
Steve Gravrock
2021-11-21 13:19:06 -08:00
789736dd02
Additional test coverage for default spy strategies
Steve Gravrock
2021-11-17 07:42:09 -08:00
c7ca3b0101
Converted integration specs to async/await
Steve Gravrock
2022-06-11 13:40:29 -07:00
96000220b1
Use arrow fns rather than self = this
Steve Gravrock
2022-06-11 11:54:09 -07:00
e2e2275d41
Removed obsolete and unused utility fns
Steve Gravrock
2022-06-11 11:17:16 -07:00
135ff20123
Replaced uses of var with const/let
Steve Gravrock
2022-06-08 19:07:43 -07:00
4af86f5398
Added supported envs to releasen notes
Steve Gravrock
2022-06-09 18:25:04 -07:00
e5e0e6481d
Bump version to 4.2.0
v4.2.0
Steve Gravrock
2022-06-09 18:18:45 -07:00
bcf69b86b4
Removed duplicate Suite and Spec jsdocs
Steve Gravrock
2022-06-03 12:22:58 -07:00
a5f79fac81
Removed remaining jshint config comments
Steve Gravrock
2022-06-02 18:16:16 -07:00
18a00822c5
Built distribution
Steve Gravrock
2022-06-02 11:37:10 -07:00
4cc8437f79
Call buildExpectationResult directly from Suite and Spec
Steve Gravrock
2022-06-01 09:41:38 -07:00
8e58305b0a
ExpectationResult.js -> buildExpectationResult.js
Steve Gravrock
2022-06-01 09:24:14 -07:00
bd368aceee
Replaced var with const and let in expectation related code
Steve Gravrock
2022-06-01 09:22:03 -07:00
8f16021887
Replaced var with const and let in ExpectationResult
Steve Gravrock
2022-06-01 09:02:43 -07:00
bbb1b69b2e
More reliably report errors that occur late in the suite/spec lifecycle
Steve Gravrock
2022-05-08 15:29:58 -07:00
9ea8a2096f
Additional integration tests for existing async error handling
Steve Gravrock
2022-05-08 15:28:32 -07:00
66340e2b19
Updated browserslist to match 4.0 envs
Steve Gravrock
2022-05-28 16:59:18 -07:00
fe29dfa89c
Update release process instructions
Steve Gravrock
2022-05-21 09:42:26 -07:00
41f7fabe2f
Renamed jasmine.exactly to jasmine.is, for similarity with toBe
Steve Gravrock
2022-05-21 08:30:53 -07:00
856a040a2d
Fixed flaky spec
Steve Gravrock
2022-05-19 16:39:48 -07:00
f7eaa5ec29
Fixed failing CI builds for Node 12 and 14
Steve Gravrock
2022-05-16 19:46:27 -07:00
0c87d47318
Added a jasmine.exactly asymmetric equality tester
Steve Gravrock
2022-05-14 17:01:38 -07:00
c24b2f5a73
Converted some integration specs to async/await
Steve Gravrock
2022-05-14 12:05:53 -07:00
774c83a36e
Don't report a deprecation when a runnable uses two forms of async
Steve Gravrock
2022-05-14 11:21:40 -07:00
751cf6ab5b
Converted DiffBuilder, ObjectPath, MismatchTree, and SinglePrettyPrintRun to ES6 classes
Steve Gravrock
2022-05-14 11:07:37 -07:00
2fd76c954c
Replaced var with let and const in PrettyPrinter, DiffBuilder, and friends
Steve Gravrock
2022-05-12 17:15:50 -07:00
bb4d18f959
Include property getter values in pretty-printed objects
Steve Gravrock
2022-05-12 17:14:13 -07:00
68eaa64c31
Bump version to 4.1.1
v4.1.1
Steve Gravrock
2022-05-09 17:49:42 -07:00
81f6eb45ea
Cleaned up specs for symbol property filtering * Removed redundant spec * Test the behavior of jasmineUnderTest, not the host jasmine
Steve Gravrock
2022-05-09 17:11:36 -07:00
841b212c66
Merge branch 'patch-1' of https://github.com/suke/jasmine
Steve Gravrock
2022-05-09 16:51:47 -07:00
9a27407d35
Folded util.objectDifference into MatchersUtil
Steve Gravrock
2022-05-07 14:03:26 -07:00
468e9577cd
Include symbol properties in matcher diffs * #1966
Steve Gravrock
2022-05-07 13:26:15 -07:00
9d80377fe3
Fixed exception when comparing arrays with Symbol keys * Fixes #1966
Steve Gravrock
2022-05-07 10:42:29 -07:00
270344bd38
Include symbol keys when pretty-printing objects * Fixes #1966
Steve Gravrock
2022-05-07 10:05:18 -07:00
dfa94c70c1
toEqual does not compare symbols that cannot be enumerated
suke
2022-04-26 23:31:44 +09:00
694375e4ea
Added Node 18 to CI matrix
Steve Gravrock
2022-04-23 07:46:40 -07:00
1166d10e43
Use const/let in specs, not var
Steve Gravrock
2022-04-16 13:41:44 -07:00
482dc883eb
Check for unused vars and params in specs
Steve Gravrock
2022-04-16 10:58:25 -07:00
364cf35474
Fixed shared example for describe-like fns
Steve Gravrock
2022-04-16 10:26:07 -07:00
2e8732f30f
Added supported envs to 4.1.0 release notes
Steve Gravrock
2022-04-11 21:08:07 -07:00
04133264e0
Bump version to 4.1.0
v4.1.0
Steve Gravrock
2022-04-11 20:24:42 -07:00
d2bf6062cb
README updates
Steve Gravrock
2022-04-09 11:20:54 -07:00
fb639d0f55
toBeCloseTo treats Infinity and -Infinity as close to themselves
Steve Gravrock
2022-04-09 11:12:55 -07:00
52b1a3a7f8
Merge branch 'refactor/rm-deprecated-substr' of https://github.com/CommanderRoot/jasmine
Steve Gravrock
2022-04-02 10:32:59 -07:00
1f7880ee8c
Updated Sauce Connect
Steve Gravrock
2022-03-29 17:05:38 -07:00
a6e1aef8d7
Added debug logging to flaky spec
Steve Gravrock
2022-03-29 18:19:27 -07:00
d2815982ce
Removed obsolete vendor-specific background-size rules
Steve Gravrock
2022-03-29 07:20:02 -07:00
aa979277fb
refactor: replace deprecated String.prototype.substr()
Tobias Speicher
2022-03-25 16:03:46 +01:00
1e0c312f9f
Merge branch 'main' of https://github.com/nitobuendia/jasmine
Steve Gravrock
2022-03-18 11:04:37 -07:00
c5db939886
Run cleanup
Nito Buendia
2022-03-17 21:09:14 +08:00
e470fb56d7
Refactor error message to account for negate comparisons
Nito Buendia
2022-03-17 21:06:51 +08:00
a8a6577cd7
Replace parameterized test with different expectations
Nito Buendia
2022-03-17 20:16:22 +08:00
1660015c12
Run formatter
Nito Buendia
2022-03-16 23:01:20 +08:00
faf210ab4c
Remove dependency on matchersUtil for test
Nito Buendia
2022-03-16 23:00:27 +08:00
00fd4a819f
Refactor tests to depend on jasmineUnderTest
Nito Buendia
2022-03-16 21:48:03 +08:00
091cd8c3b6
Remove spyObj setup from test that does not require it
Nito Buendia
2022-03-16 21:34:28 +08:00
aba0c98eb9
Fix unit test to include testValue instead of a constant value
Nito Buendia
2022-03-16 21:31:40 +08:00
a7eff79db0
Simplify test for arguments passed
Nito Buendia
2022-03-16 21:26:59 +08:00
2a5673e6ab
Change jasmine to jasmineUnderTest
Nito Buendia
2022-03-16 21:20:21 +08:00
c13dd26c4b
Change set up to each of the formats
Nito Buendia
2022-03-16 21:18:25 +08:00
2e8b477489
Change arrow functions with anonymous functions
Nito Buendia
2022-03-16 21:14:43 +08:00
b2c2e08641
Remove @since tag from JSDoc
Nito Buendia
2022-03-16 20:15:09 +08:00
d7d75abc42
Rename spec to include Spec to allow running
Nito Buendia
2022-03-16 20:14:06 +08:00
0b71d0a2a0
Merge branch 'jasmine:main' into main
Nito Buendia
2022-03-16 20:09:19 +08:00
dfa5b6a53d
Pretty-print [new String("")] as "[ '' ]" not "[]"
Steve Gravrock
2022-03-14 18:47:23 -07:00
7f75f23e5b
Use new Circle CI images
Steve Gravrock
2022-03-09 12:46:02 -08:00
502cb24bb8
Merge branch '4.0.1'
Steve Gravrock
2022-02-21 17:08:11 -08:00
0ae234dc6e
Bump version to 4.0.1
v4.0.1
Steve Gravrock
2022-02-21 16:58:32 -08:00
38d102f1d1
Merge branch '3.99.1' into 4.0.1
Steve Gravrock
2022-02-21 16:45:34 -08:00
906f37fe52
Bump version to 3.99.1
v3.99.1
Steve Gravrock
2022-02-21 16:30:15 -08:00
4a2b10998a
Remove Safari 8 and 9 from CI matrix
Steve Gravrock
2022-02-19 14:22:21 -08:00
d8b2efe4d6
Downgrade jasmine-browser-runner for compatibility with IE
Steve Gravrock
2022-02-19 14:21:35 -08:00
9d9e8f0c17
Lint fixes
Steve Gravrock
2022-02-19 12:33:19 -08:00
4059ab7ba6
Don't report a deprecation when a promise is resolved to something
Steve Gravrock
2022-02-19 12:22:55 -08:00
7b01003d0b
Add specs for the new toHaveSpyInteractions matcher
Nito Buendia
2022-02-16 21:11:42 +08:00
8e85f3df74
Create toHaveSpyInteractions matcher
Nito Buendia
2022-02-16 21:10:31 +08:00
b0034797fe
Merge branch 'fix-save-args-by-value' of https://github.com/coyoteecd/jasmine
Steve Gravrock
2022-02-02 21:10:04 -08:00
83e9f88952
Make saveArgumentsByValue clone Date objects correctly
Dan Cortel
2022-01-26 18:32:05 +02:00
de13b47809
Update maintainers list
Gwendolyn Van Hove
2022-01-20 15:57:48 -08:00
9e10743a1c
Include the name of the suite in the empty suite error message
Steve Gravrock
2022-01-17 15:08:56 -08:00
5327157832
Always run formerly flaky specs
Steve Gravrock
2022-01-17 14:54:21 -08:00
6e3128c792
Merge branch 'SymboltoEqual' of https://github.com/laeleoni/jasmine
Steve Gravrock
2022-01-15 11:36:56 -08:00