Question: Jest issue since upgrading from RN59 to RN61.rc3 #26447
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Type: Question
Issues that are actually questions and not bug reports.
anybody able to help me since upgrading to RN61 when I try to mock native modules in this way...
jest.mock('Alert', () => ({
alert: jest.fn()
}))
it just tells me
Cannot find module 'Alert' from '.tsx'
I haven't changed the code...
The text was updated successfully, but these errors were encountered: