chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:27:50 +08:00
commit cc8f841fc5
422 changed files with 70222 additions and 0 deletions
+5
View File
@@ -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'));