Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Oct 31, 2023
1 parent 57914b5 commit 448fc4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/nuxt/__tests__/nuxt.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ await setup({
__DEV__: false,
__TEST__: true,
__FEATURE_PROD_DEVTOOLS__: false,
__USE_DEVTOOLS__: false,
},
},
},
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default defineConfig({
__DEV__: true,
__TEST__: true,
__BROWSER__: true,
__USE_DEVTOOLS__: false,
},
resolve: {
alias: [
Expand Down

0 comments on commit 448fc4a

Please sign in to comment.