Merge branch 'main' into feat/summary-index

This commit is contained in:
zxhlyh
2026-01-28 09:31:48 +08:00
150 changed files with 4056 additions and 6355 deletions

View File

@ -73,6 +73,12 @@ const createDefaultProps = (overrides: Partial<Parameters<typeof WaterCrawl>[0]>
describe('WaterCrawl', () => {
beforeEach(() => {
vi.clearAllMocks()
vi.useFakeTimers({ shouldAdvanceTime: true })
})
afterEach(() => {
vi.runOnlyPendingTimers()
vi.useRealTimers()
})
// Tests for initial component rendering