It looks like you didn’t import jest, so you have to just add this line to the top of the file:
import {jest} from '@jest/globals'
For more details, see this issue on native support for ES6 modules in Jest.
It looks like you didn’t import jest, so you have to just add this line to the top of the file:
import {jest} from '@jest/globals'
For more details, see this issue on native support for ES6 modules in Jest.