Skip to content

Commit

Permalink
chore(deps): update vite-plugin-svelte to disable hmr in test (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Jun 6, 2024
1 parent cb66333 commit 326fb58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/user-event": "^14.5.2",
"@typescript-eslint/eslint-plugin": "7.8.0",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const alias = [

// https://vitejs.dev/config/
export default defineConfig({
plugins: [svelte({ hot: false }), svelteTesting()],
plugins: [svelte(), svelteTesting()],
test: {
alias,
environment: 'jsdom',
Expand Down

0 comments on commit 326fb58

Please sign in to comment.