We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vitest-dev
sheremet-va
antfu
patak-dev
Learn more about funding links in repositories.
Report abuse
1 parent 6ecfc4e commit 3073b9aCopy full SHA for 3073b9a
packages/vitest/src/node/plugins/mocks.ts
@@ -3,7 +3,7 @@ import { hoistMocks } from '../hoistMocks'
3
4
export function MocksPlugin(): Plugin {
5
return {
6
- name: 'vite:mocks',
+ name: 'vitest:mocks',
7
enforce: 'post',
8
transform(code, id) {
9
return hoistMocks(code, id, this.parse)
0 commit comments