Documentation Home
This page is for an older version of Jasmine (3.10).
The current stable version of Jasmine is: 5.4. You can also look at the docs for the next release: Edge

Interface: JasmineOptions

JasmineOptions

Options for the Jasmine constructor

Members

projectBaseDir :string|undefined

The path to the project's base directory. This can be absolute or relative to the current working directory. If it isn't specified, the current working directory will be used.

Type:
  • string | undefined