mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
test: alias test-utils back to src again
This commit is contained in:
parent
e6c1bb57d7
commit
8b06b06a07
@ -7,7 +7,7 @@ export default defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
'#app': resolve('./packages/nuxt/dist/app/index'),
|
||||
'@nuxt/test-utils': resolve('./packages/test-utils/dist/index')
|
||||
'@nuxt/test-utils': resolve('./packages/test-utils/src/index.ts')
|
||||
}
|
||||
},
|
||||
test: {
|
||||
|
Loading…
Reference in New Issue
Block a user