This release updates the jasmine-core dependency to 4.3.0. See the jasmine-core release notes for more information.
- Added a config option to disable listing pending specs when there are failures
- This can make failure output easier to read when there are also a number of
pending specs. To use this feature, add
alwaysListPendingSpecs: false
to the config file or call.alwaysListPendingSpecs(false)
on theJasmine
instance.
- This can make failure output easier to read when there are also a number of
pending specs. To use this feature, add
- Added a contributing guide
- Copied CODE_OF_CONDUCT from core repo
- Converted
Jasmine
andLoader
to ES6 classes
The jasmine NPM package has been tested on Node 12.17-12.22, 14, 16, and 18.
_Release Notes generated with Anchorman