Skip to content

Commit

Permalink
chore: add devtools-kit types + specify vite in jest fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 23, 2024
1 parent 8a2516a commit c37781b
Show file tree
Hide file tree
Showing 5 changed files with 546 additions and 1,578 deletions.
3 changes: 2 additions & 1 deletion examples/app-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"nuxt": "^3.14.1592"
"nuxt": "^3.14.1592",
"vite": "^5.4.11"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"devDependencies": {
"@cucumber/cucumber": "11.1.1",
"@jest/globals": "29.7.0",
"@nuxt/devtools-kit": "1.6.4",
"@nuxt/eslint-config": "0.7.4",
"@playwright/test": "1.49.1",
"@testing-library/vue": "8.1.0",
Expand Down
Loading

0 comments on commit c37781b

Please sign in to comment.