Skip to content

Commit

Permalink
fix: disconnect @nuxt/test-utils from nuxt repo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 15, 2023
1 parent b031345 commit 29de37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,11 @@ export async function runInRepo(options: RunOptions & RepoOptions) {
overrides['nitropack'] ??= 'npm:nitropack-edge'
overrides['h3'] ??= 'npm:h3-nightly'
overrides.nuxi ??= `npm:nuxi-ng`
overrides['@nuxt/test-utils'] ??= `npm:@nuxt/test-utils-nightly`

overrides.nuxt ??= `${options.nuxtPath}/packages/nuxt`
overrides['@nuxt/kit'] ??= `${options.nuxtPath}/packages/kit`
overrides['@nuxt/schema'] ??= `${options.nuxtPath}/packages/schema`
overrides['@nuxt/test-utils'] ??= `${options.nuxtPath}/packages/test-utils`
overrides['@nuxt/vite-builder'] ??= `${options.nuxtPath}/packages/vite`
overrides[
'@nuxt/webpack-builder'
Expand Down

0 comments on commit 29de37b

Please sign in to comment.