Thanks to visit codestin.com Credit goes to github.com
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 2fd1f8a commit 0d95e4eCopy full SHA for 0d95e4e
__tests__/vue/ssr.spec.ts
@@ -69,7 +69,7 @@ describe.skipIf(!isVue3)('ssr directive', () => {
69
70
it('warns when missing translation key', async () => {
71
// Arrange
72
- const warnSpy = vi.spyOn(console, 'warn')
+ const warnSpy = vi.spyOn(console, 'warn').mockImplementation(() => {})
73
74
const component = {
75
template: '<a v-t href="/foo"></a>',
0 commit comments