7 lines
393 B
TypeScript
7 lines
393 B
TypeScript
/// <reference types="jest" />
|
|
|
|
// Declares the Jest globals (describe, it, expect, jest, ...) for the tests in
|
|
// this folder. @types/jest is a devDependency, but making the reference explicit
|
|
// means the globals are declared by a file inside the project rather than
|
|
// relying on ambient @types auto-inclusion, so editors resolve them even when a
|
|
// file falls back to an inferred project.
|