Skip to content

Commit

Permalink
chore(deps): update vitest monorepo to v0.32.0 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiongSng committed Jun 13, 2023
2 parents 2b418c2 + 476e2eb commit 36302d3
Show file tree
Hide file tree
Showing 4 changed files with 527 additions and 443 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,19 @@
"@typescript-eslint/eslint-plugin": "5.51.0",
"@typescript-eslint/parser": "5.51.0",
"@vitejs/plugin-vue": "4.0.0",
"@vitest/coverage-c8": "0.24.3",
"@vitest/ui": "^0.24.5",
"@vitest/coverage-v8": "0.32.0",
"@vitest/ui": "^0.32.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.2.10",
"autoprefixer": "^10.4.13",
"c8": "7.12.0",
"eslint": "^8.30.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-tailwindcss": "^3.7.1",
"eslint-plugin-vue": "9.9.0",
"happy-dom": "7.7.0",
"happy-dom": "9.20.3",
"msw": "1.0.0",
"postcss": "^8.4.19",
"postcss-html": "1.5.0",
Expand All @@ -50,7 +49,7 @@
"tailwindcss": "^3.2.4",
"typescript": "4.9.5",
"vite-plugin-pwa": "0.14.1",
"vitest": "0.24.3",
"vitest": "0.32.0",
"vue-tsc": "1.0.24"
}
}
3 changes: 3 additions & 0 deletions test/setup.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
location.href = 'http://localhost';

export {};
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ export default defineConfig({
],
},
environment: 'happy-dom',
setupFiles: ['./test/setup.ts'],
},
});

0 comments on commit 36302d3

Please sign in to comment.