Skip to content

Commit

Permalink
fix(bridge-ui): fix local dependency not found error for jest-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx committed Jan 19, 2023
1 parent 03540c5 commit 5076514
Show file tree
Hide file tree
Showing 2 changed files with 480 additions and 446 deletions.
2 changes: 1 addition & 1 deletion packages/bridge-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"devDependencies": {
"@babel/preset-env": "^7.16.0",
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@tsconfig/svelte": "^3.0.0",
"@types/eslint": "^8.2.1",
"@types/estree": "^0.0.50",
Expand Down Expand Up @@ -67,7 +68,6 @@
"axios": "^1.2.0",
"buffer": "^6.0.3",
"ethers": "^5.7.1",
"extend-expect": "link:@testing-library/jest-dom/extend-expect",
"identicon.js": "^2.3.3",
"svelte-i18n": "^3.5.1",
"svelte-spa-router": "^3.2.0"
Expand Down
Loading

0 comments on commit 5076514

Please sign in to comment.