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"
?
Metadata
Metadata
Assignees
Labels
No labels