-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Jasmine NPM 3.10 Release Notes | ||
|
||
This release updates the jasmine-core dependency to 3.10.0. See the | ||
[jasmine-core release notes](https://github.com/pivotal/jasmine/blob/main/release_notes/3.10.0.md) | ||
for more information. | ||
|
||
## New features and bugfixes | ||
|
||
* Support for executing the suite multiple times | ||
* See the jasmine-core release notes for details | ||
|
||
* Display the top suite name as "top suite", not "undefined" when reporting | ||
suite-level failures | ||
|
||
* Fixed reporting of load-time errors from modules imported by specs | ||
|
||
* Made the promise returned from `Jasmine#execute` usable | ||
* Added an exitOnCompletion property to directly control whether Jasmine | ||
should make the Node process exit. Previously this could only be done by | ||
calling `Jasmine#onComplete`. | ||
* The promise returned from `Jasmine#execute` is resolved to the overall | ||
status. | ||
|
||
* Improved interface for programmatically adding files | ||
* Added Jasmine#addHelperFile | ||
* Added more clearly named synonyms for Jasmine#addSpecFiles and | ||
Jasmine#addHelperFiles, and marked the old ones deprecated | ||
|
||
|
||
## Documentation improvements | ||
|
||
* Added jsdoc for `Jasmine#env` | ||
|
||
|
||
## Internal updates | ||
|
||
* Pass stopOnSpecFailure and stopSpecOnExpectationFailure options to core, | ||
not the deprecated failFast and oneFailurePerSpec options | ||
|
||
* Replaced var with const and let | ||
|
||
* Test suite improvements | ||
|
||
------ | ||
|
||
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_ |