daiki

Results 3 comments of daiki

> plasmo build --target=firefox-mv2,chrome-mv3 --tag=stating,prod I thought this would be useful, but it is more difficult than expected to load the correct environment files for each. I think it would...

@tmoutinho it works for me ```tsx describe('Drawer', () => { beforeEach(() => { Object.defineProperty(window, 'matchMedia', { writable: true, value: jest.fn().mockImplementation((query) => ({ matches: false, media: query, onchange: null, addListener: jest.fn(),...