This release adds support for parallel execution and updates file glob handling. See the parallel documentation for more information about that feature. Please also read the jasmine-core release notes for information about changes in that package, including breaking changes.
- Node versions older than 16.14 are no longer supported.
- Backslashes in the
specFiles
andhelperFiles
configuration properties are interpreted as the start of escape sequences on all OSes. Previous versions of Jasmine used a version of theglob
package that treated them as directory separators on Windows and the start of escape sequences on other OSes.
- Support for parallel execution
The jasmine package has been tested on 16.14+, and 18.
_Release Notes generated with Anchorman