Skip to content

Commit

Permalink
chore: fix undefined mocked key error suggestion (#4636)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjoertjuh committed Dec 1, 2023
1 parent ca87027 commit 8c74e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/runtime/mocker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export class VitestMocker {
return {
...actual,
// your mocked methods
},
}
})`)}\n`,
)
}
Expand Down

0 comments on commit 8c74e45

Please sign in to comment.