Skip to content

Commit

Permalink
use beta 6
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Sep 9, 2024
1 parent 0dd1b9e commit fb38686
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 86 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/browser": "^2.0.5",
"@vitest/coverage-istanbul": "^2.0.5",
"@vitest/browser": "2.1.0-beta.6",
"@vitest/coverage-v8": "2.1.0-beta.6",
"babel-loader": "8.1.0",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-open-source": "^1.3.3",
Expand Down Expand Up @@ -117,7 +117,7 @@
"vite": "patch:vite@npm%3A4.5.3#~/.yarn/patches/vite-npm-4.5.3-5cedc7cb8f.patch",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.5",
"vitest": "2.1.0-beta.6",
"vitest-axe": "^0.1.0",
"vitest-canvas-mock": "^0.3.3",
"wait-on": "^7.2.0"
Expand Down
2 changes: 1 addition & 1 deletion public/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/

const PACKAGE_VERSION = '2.3.4'
const PACKAGE_VERSION = '2.4.4'
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
Expand Down
3 changes: 1 addition & 2 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ export default mergeConfig(viteConfig,{
test: {
environment: 'happy-dom',
coverage: {
all: true,
provider: 'istanbul',
provider: 'v8',
reporter: ['text', 'html'],
exclude: [...coverageConfigDefaults.exclude, 'storybook.setup.ts', 'src/**/*.stories.*', '.storybook'],
},
Expand Down
Loading

0 comments on commit fb38686

Please sign in to comment.