Skip to content

Commit 3073b9a

Browse files
committedAug 16, 2023
fix: typo of mocks plugin name
1 parent 6ecfc4e commit 3073b9a

File tree

1 file changed

+1
-1
lines changed
  • packages/vitest/src/node/plugins

1 file changed

+1
-1
lines changed
 

‎packages/vitest/src/node/plugins/mocks.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { hoistMocks } from '../hoistMocks'
33

44
export function MocksPlugin(): Plugin {
55
return {
6-
name: 'vite:mocks',
6+
name: 'vitest:mocks',
77
enforce: 'post',
88
transform(code, id) {
99
return hoistMocks(code, id, this.parse)

0 commit comments

Comments
 (0)
Please sign in to comment.