We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6e8da commit 1b4db90Copy full SHA for 1b4db90
packages/webpack-plugin/src/__tests__/loader.test.ts
@@ -9,6 +9,7 @@ vi.mock('node:fs')
9
10
beforeEach(() => {
11
vi.resetAllMocks()
12
+ Date.now = vi.fn().mockReturnValue(0)
13
})
14
15
describe('devupUILoader', () => {
0 commit comments