Skip to content

Commit

Permalink
Merge pull request #706 from thebuilder/feat/upgrade-to-vitest-browser
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder authored Nov 12, 2024
2 parents 3a01e9f + b1efa00 commit 18bd2bd
Show file tree
Hide file tree
Showing 9 changed files with 520 additions and 629 deletions.
15 changes: 2 additions & 13 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,14 @@
"noForEach": "off"
},
"style": {
"noVar": "off"
"noVar": "off",
"noUnusedTemplateLiteral": "off"
},
"a11y": {
"noSvgWithoutTitle": "off"
}
}
},
"overrides": [
{
"include": ["**/*.test.ts", "**/*.test.tsx"],
"linter": {
"rules": {
"style": {
"noUnusedTemplateLiteral": "off"
}
}
}
}
],
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,15 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@biomejs/biome": "^1.8.3",
"@biomejs/biome": "^1.9.4",
"@size-limit/preset-small-lib": "^11.1.4",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/browser": "^2.0.1",
"@vitest/coverage-istanbul": "^2.0.1",
"jsdom": "^24.1.0",
"@vitest/browser": "^2.1.4",
"@vitest/coverage-istanbul": "^2.1.4",
"lint-staged": "^15.2.7",
"microbundle": "^0.15.1",
"npm-run-all": "^4.1.5",
Expand All @@ -133,7 +132,7 @@
"size-limit": "^11.1.4",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"vitest": "^2.0.1"
"vitest": "^2.1.4"
},
"peerDependenciesMeta": {
"react-dom": {
Expand Down
Loading

0 comments on commit 18bd2bd

Please sign in to comment.