Note: Only available on Node.
In addition to the members documented here, this module's exports include all
globals.
Methods
(static) installGlobals(destopt)
Copies Jasmine globals (jasmine, describe, it, etc) to the specified object or to globalThis.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
dest |
object |
<optional> |
The object to copy globals to. |
(static) reset()
Resets all of jasmine-core's state, including removing specs, suites, and reporters, and resetting configuration to the default.
(static) version()
Returns the jasmine-core version.