chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
jest.mock('./packages/web/node_modules/linaria', () => ({
|
||||
css: jest.fn(() => ''),
|
||||
}));
|
||||
|
||||
jest.mock('./packages/database/node_modules/redis', () => jest.requireActual('redis-mock'));
|
||||
Reference in New Issue
Block a user