Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Commit

Permalink
Update and lock svelte version to prevent common snapshot failure
Browse files Browse the repository at this point in the history
Every time svelte updates, these snapshots end up failing due to saving web_modules.
  • Loading branch information
jacobdeichert committed Feb 6, 2020
1 parent 1d49937 commit e7db092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/snapshot-babel-override/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"svelte": "^3.7.1"
"svelte": "3.18.1"
},
"devDependencies": {
"svelvet": "file:../.."
Expand Down
2 changes: 1 addition & 1 deletion tests/snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"svelte": "^3.7.1"
"svelte": "3.18.1"
},
"devDependencies": {
"svelvet": "file:../.."
Expand Down

0 comments on commit e7db092

Please sign in to comment.