Use jest.unstable_mockModule() instead of jest.mock() for ESM compatibility. Ensure mocks are set up before importing the module using await import().