Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 931 Bytes

5.1.0.md

File metadata and controls

29 lines (17 loc) · 931 Bytes

Jasmine 5.1.0 Release Notes

This release updates the jasmine-core dependency to 5.1.0. See the jasmine-core release notes for more information.

Bug Fixes

  • Issue a deprecation warning if both jasmine.js and jasmine.json are found

    Jasmine incorrectly loads both files if they're both found. This will be fixed in the next major release.

  • Fixed support for importing namespaced modules e.g. @serenity-js/jasmine

    Fixes #199

    Merges #209 from @jan-molak

  • Fixed config file detection when the Testdouble loader and possibly other custom ES module loaders are used

Supported environments

The jasmine package has been tested on Node 18 and 20.


_Release Notes generated with Anchorman