Skip to content

Commit

Permalink
Merge pull request #95 from thisyahlen-deriv/thisyahlen/jest-test-hooks
Browse files Browse the repository at this point in the history
chore: add test for hooks
  • Loading branch information
thisyahlen-deriv authored Nov 22, 2024
2 parents 1878d97 + 60dbf7a commit 7e680d9
Show file tree
Hide file tree
Showing 6 changed files with 373 additions and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
coverage

node_modules
dist
Expand Down
161 changes: 141 additions & 20 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},
"dependencies": {
"@deriv-com/utils": "^0.0.37",
"@testing-library/react": "^16.0.1",
"js-cookie": "3.0.5",
"oidc-client-ts": "^3.1.0"
},
Expand Down
Loading

0 comments on commit 7e680d9

Please sign in to comment.