-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Switching to jest-light-runner with tests that use import {it, expect} from "@jest/globals" currently doesn't work. It's easily fixed by just removing this import and using those magically injected globals, but this way ESLint reports undefined variables and I lose my IDE's type features.
So could you either inject your own globals into from "@jest/globals" imports or expose your own globals, so I can use import {it, expect} from "jest-light-runner"?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels