Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
test: update vitest config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 10, 2022
1 parent 090e27d commit 756fed1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions vitest.config.ts
Expand Up @@ -3,9 +3,11 @@ import { defineConfig } from 'vite'
import { isWindows } from 'std-env'

export default defineConfig({
alias: {
'#app': resolve('./packages/nuxt/src/app/index.ts'),
'@nuxt/test-utils': resolve('./packages/test-utils/src/index.ts')
resolve: {
alias: {
'#app': resolve('./packages/nuxt/src/app/index.ts'),
'@nuxt/test-utils': resolve('./packages/test-utils/src/index.ts')
}
},
esbuild: {
tsconfigRaw: '{}'
Expand Down

0 comments on commit 756fed1

Please sign in to comment.