freshyo/apps/user-ui/tests/jest-env.d.ts
2026-09-17 23:13:32 +05:30

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.