mirror of
https://github.com/yinxin630/fiora.git
synced 2026-06-04 21:03:18 +08:00
4 lines
63 B
JavaScript
4 lines
63 B
JavaScript
jest.mock('linaria', () => ({
|
|
css: jest.fn(() => ''),
|
|
}));
|