[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-vitest. An vitest environment with support for testing code that needs a Nuxt runtime environment
nuxt nuxt-module testing unit-testing vitest
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: explicitly import apis for RouterLink mock

Anthony Fu (Jan 13, 2023, 3:22 PM +0100) 8d351159 02ddf6f4

+2
+2
src/runtime/components/RouterLink.ts
··· 1 + import { defineComponent, useRouter } from '#imports' 2 + 1 3 export const RouterLink = defineComponent({ 2 4 functional: true, 3 5 props: {