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 ae1b77b commit f53263dCopy full SHA for f53263d
packages/next-plugin/src/__tests__/plugin.test.ts
@@ -12,6 +12,7 @@ vi.mock('node:fs')
12
vi.mock('../preload')
13
vi.mock('@devup-ui/wasm', async (original) => ({
14
...(await original()),
15
+ registerTheme: vi.fn(),
16
getThemeInterface: vi.fn(),
17
}))
18
0 commit comments