Skip to content

Commit

Permalink
fix: fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Jun 27, 2022
1 parent cee1ddd commit 9474631
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 8 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"eslint-plugin-vue": "^9.1.1",
"happy-dom": "^5.3.2",
"husky": "^8.0.1",
"jsdom": "^20.0.0",
"lerna": "^5.1.6",
"standard-changelog": "^2.0.27",
"tsup": "^6.1.2",
Expand Down
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
export default defineConfig({
test: {
watch: false,
environment: 'happy-dom',
environment: 'jsdom',
outputFile: 'test-results.xml',
reporters: [
'verbose',
Expand Down
Loading

0 comments on commit 9474631

Please sign in to comment.