Skip to content

Commit

Permalink
fix: test vitest env update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Bansal committed Apr 26, 2024
1 parent 5c530b2 commit f2c3156
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 44 deletions.
2 changes: 1 addition & 1 deletion aform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.11.1",
"histoire": "^0.17.17",
"jsdom": "^22.0.0",
"jsdom": "^24.0.0",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vitest": "^1.5.0",
Expand Down
7 changes: 7 additions & 0 deletions aform/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ export default defineConfig({
test: {
globals: true,
environment: 'jsdom',
deps: {
optimizer: {
web: {
include: ['@stonecrop/utilities'],
},
},
},
coverage: {
provider: 'v8',
thresholds: {
Expand Down
2 changes: 1 addition & 1 deletion atable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.11.1",
"histoire": "^0.17.17",
"jsdom": "^22.0.0",
"jsdom": "^24.0.0",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vitest": "^1.5.0",
Expand Down
7 changes: 7 additions & 0 deletions atable/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ export default defineConfig({
test: {
globals: true,
environment: 'jsdom',
deps: {
optimizer: {
web: {
include: ['@stonecrop/utilities'],
},
},
},
coverage: {
provider: 'v8',
thresholds: {
Expand Down
141 changes: 99 additions & 42 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f2c3156

Please sign in to comment.