fiora/jest.setup.js
2020-11-07 10:23:43 +08:00

4 lines
63 B
JavaScript

jest.mock('linaria', () => ({
css: jest.fn(() => ''),
}));