[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.

chore: fix local alias

Anthony Fu (Dec 21, 2022, 10:19 AM +0100) 8759dd45 3ff86d81

+1
+1
playground/vitest.config.mjs
··· 5 5 resolve: { 6 6 alias: { 7 7 'vitest-environment-nuxt/utils': '../src/utils', 8 + 'vitest-environment-nuxt/config': '../src/config', 8 9 'vitest-environment-nuxt': '../src/index', 9 10 }, 10 11 },