Skip to content

Commit

Permalink
fix: add runtime fixture to workspace and address regressions (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Nov 21, 2023
1 parent e5f9ca7 commit ec567df
Show file tree
Hide file tree
Showing 8 changed files with 821 additions and 203 deletions.
2 changes: 1 addition & 1 deletion module.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './dist/module'
export { default } from './dist/module'
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"peerDependencies": {
"@jest/globals": "^29.5.0",
"@testing-library/vue": "8.0.1",
"@testing-library/vue": "^7.0.0 || ^8.0.1",
"@vitejs/plugin-vue": "*",
"@vitejs/plugin-vue-jsx": "*",
"@vue/test-utils": "^2.4.2",
Expand Down Expand Up @@ -123,6 +123,7 @@
},
"resolutions": {
"@nuxt/test-utils": "workspace:*",
"happy-dom": "*",
"vitest-environment-nuxt": "workspace:*"
},
"engines": {
Expand Down
Loading

0 comments on commit ec567df

Please sign in to comment.