Skip to content

Commit

Permalink
fix: use of jest-mock-extended in api-bindings shared mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Oct 19, 2023
1 parent a19e2f8 commit 7bbf1ac
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/api-bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,15 @@
"peerDependencies": {
"@apollo/client": "^3.8.5",
"@faker-js/faker": "^7.6.0",
"jest-mock-extended": "^3.0.1",
"react": "^18.2.0"
},
"peerDependenciesMeta": {
"@faker-js/faker": {
"optional": true
},
"jest-mock-extended": {
"optional": true
}
},
"prettier": "@lens-protocol/prettier-config",
Expand Down
26 changes: 26 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7bbf1ac

Please sign in to comment.