Andrew Scott 84daa0f5dc fix(Clock): Ensure that uninstalling the clock also stops auto tick
The autotick feature mistakenly does not account for the clock being a
singleton and the re-installation of the clock causes the auto ticking
exit conditions to become true again, before it has a chance to break.
2025-04-30 13:38:10 -07:00
2025-04-09 09:11:19 -07:00
2025-03-21 10:46:45 -07:00
2021-07-26 18:28:38 -07:00
2025-04-26 09:29:07 -07:00
2025-04-09 09:11:19 -07:00
2019-06-20 06:46:51 -04:00
2021-07-26 18:28:38 -07:00
2017-08-10 10:38:05 -07:00
2025-04-07 21:39:58 -07:00
2025-01-11 08:33:37 -08:00
2025-04-26 09:29:07 -07:00
2025-04-11 12:10:25 -07:00
2025-04-09 09:11:19 -07:00

Jasmine

A JavaScript Testing Framework

Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. Thus it's suited for websites, Node.js projects, or anywhere that JavaScript can run.

Upgrading from Jasmine 4.x? Check out the upgrade guide.

Contributing

Please read the contributors' guide.

Installation

There are several different ways to install Jasmine, depending on your environment and how you'd like to use it. See the Getting Started page for details.

Usage

See the documentation site, particularly the Your First Suite tutorial for information on writing specs, and the FAQ.

Supported environments

Jasmine tests itself across popular browsers (Safari, Chrome, Firefox, and Microsoft Edge) as well as Node.

Environment Supported versions
Node 18, 20, 22
Safari 15*, 16*, 17*
Chrome Evergreen
Firefox Evergreen, 102*, 115*, 128
Edge Evergreen

For evergreen browsers, each version of Jasmine is tested against the version of the browser that is available to us at the time of release. Other browsers, as well as older & newer versions of some supported browsers, are likely to work. However, Jasmine isn't tested against them and they aren't actively supported.

* Supported on a best-effort basis. Support for these versions may be dropped if it becomes impractical, and bugs affecting only these versions may not be treated as release blockers.

To find out what environments work with a particular Jasmine release, see the release notes.

Maintainers

Maintainers Emeritus

Copyright (c) 2008-2019 Pivotal Labs
Copyright (c) 2008-2025 The Jasmine developers
This software is licensed under the MIT License.

Description
No description provided
Readme 28 KiB