Fix fn names in release notes
This commit is contained in:
@@ -5,8 +5,7 @@
|
|||||||
* Optionally detect late promise rejections and don't report them as errors
|
* Optionally detect late promise rejections and don't report them as errors
|
||||||
This is off by default because it comes with a performance cost. It can be
|
This is off by default because it comes with a performance cost. It can be
|
||||||
enabled by setting the `detectLateRejectionHandling` config property to true.
|
enabled by setting the `detectLateRejectionHandling` config property to true.
|
||||||
* Add `Env#getSpecProperty` to retrieve data that was set with
|
* Add `getSpecProperty` to retrieve data that was set with `setSpecProperty`.
|
||||||
`Env#setSpecProperty`.
|
|
||||||
* Merges [#2072](https://github.com/jasmine/jasmine/pull/2072) from @bonkevin
|
* Merges [#2072](https://github.com/jasmine/jasmine/pull/2072) from @bonkevin
|
||||||
* Show spec duration in the HTML reporter.
|
* Show spec duration in the HTML reporter.
|
||||||
* Merges [#2073](https://github.com/jasmine/jasmine/pull/2073) from @bonkevin
|
* Merges [#2073](https://github.com/jasmine/jasmine/pull/2073) from @bonkevin
|
||||||
|
|||||||
Reference in New Issue
Block a user