import { jest } from '@jest/globals'; jest.mock('@plasmohq/messaging', () => ({ sendToContentScript: jest.fn(), }));