Skip to content

Commit 7d4a6b2

Browse files
committedApr 30, 2023
test: update playground to 0.4.5 devtools
1 parent c68b327 commit 7d4a6b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎test/fixtures/nuxt-vitest/nuxt.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
export default defineNuxtConfig({
33
modules: [
44
'../packages/nuxt-vitest/src/module',
5-
'@nuxt/devtools-edge',
5+
'@nuxt/devtools',
66
'~/modules/custom',
77
],
88
vitest: {

‎test/fixtures/nuxt-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "pnpm test:unit --run && pnpm test:dev"
1212
},
1313
"devDependencies": {
14-
"@nuxt/devtools-edge": "0.4.1-28038851.c0ffd46",
14+
"@nuxt/devtools": "0.4.5",
1515
"nuxt": "3.4.3",
1616
"nuxt-vitest": "0.6.10",
1717
"vitest": "0.30.1",

0 commit comments

Comments
 (0)
Please sign in to comment.