jest-environment-jsdom-fifteen
- Version 1.0.2
- Published
- 8.68 kB
- 6 dependencies
- MIT license
Install
npm i jest-environment-jsdom-fifteenyarn add jest-environment-jsdom-fifteenpnpm add jest-environment-jsdom-fifteenOverview
JSDOM environment for Jest with JSDOM 15
Index
Classes
class JSDOMEnvironment
class JSDOMEnvironment implements JestEnvironment {}constructor
constructor(config: Config.ProjectConfig, options?: EnvironmentContext);property dom
dom: any;property errorEventListener
errorEventListener: (event: Event & { error: Error }) => void;property fakeTimers
fakeTimers: any;property global
global: any;property moduleMocker
moduleMocker: any;method runScript
runScript: (script: Script) => any;method setup
setup: () => Promise<void>;method teardown
teardown: () => Promise<void>;Package Files (1)
Dependencies (6)
Dev Dependencies (11)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/jest-environment-jsdom-fifteen.
- Markdown[](https://www.jsdocs.io/package/jest-environment-jsdom-fifteen)
- HTML<a href="https://www.jsdocs.io/package/jest-environment-jsdom-fifteen"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2019 ms. - Missing or incorrect documentation? Open an issue for this package.
