@jest/globals
- Version 28.1.0
- Published
- 3.32 kB
- 3 dependencies
- MIT license
Install
npm i @jest/globals
yarn add @jest/globals
pnpm add @jest/globals
Overview
Overview not available.
Index
Variables
variable afterAll
const afterAll: Global.GlobalAdditions;
variable afterEach
const afterEach: Global.GlobalAdditions;
variable beforeAll
const beforeAll: Global.GlobalAdditions;
variable beforeEach
const beforeEach: Global.GlobalAdditions;
variable describe
const describe: Global.GlobalAdditions;
variable expect
const expect: JestExpect;
variable fdescribe
const fdescribe: Global.GlobalAdditions;
variable fit
const fit: Global.GlobalAdditions;
variable it
const it: Global.GlobalAdditions;
variable jest
const jest: Jest;
variable test
const test: Global.GlobalAdditions;
variable xdescribe
const xdescribe: Global.GlobalAdditions;
variable xit
const xit: Global.GlobalAdditions;
variable xtest
const xtest: Global.GlobalAdditions;
Package Files (1)
Dependencies (3)
Dev Dependencies (0)
No dev dependencies.
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/globals
.
- Markdown[](https://www.jsdocs.io/package/@jest/globals)
- HTML<a href="https://www.jsdocs.io/package/@jest/globals"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 663 ms. - Missing or incorrect documentation? Open an issue for this package.