-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Labels
Description
See jestjs/jest#9801.
We need to support finding expect
, test
, it
etc when imported from @jest/globals
. Should be relatively simple for ESM syntax, possibly a bit more pain for require
. We need to support aliasing as well import { test as testFunction } from '@jest/globals'
Note that the feature hasn't been released yet (blocked by jestjs/jest#9806), but we can add support before it lands.
/cc @G-Rath
btoo, Jaid, dylang, midskyey, elado and 1 more