Skip to content

Commit

Permalink
Merge branch 'createdbymahmood-tests/useIsClient'
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed May 30, 2022
2 parents 9ccface + e88301b commit d319433
Show file tree
Hide file tree
Showing 27 changed files with 52,267 additions and 41,564 deletions.
117 changes: 40 additions & 77 deletions lib/package-lock.json

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

6 changes: 3 additions & 3 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
},
"devDependencies": {
"@testing-library/react-hooks": "^8.0.0",
"react": ">=16.8.0",
"react-test-renderer": ">=16.8.0",
"react": ">=16.9.0",
"react-dom": ">=16.9.0",
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": ">=16.8.0"
"react": ">=16.9.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion lib/src/useBoolean/useBoolean.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { act, renderHook } from '@testing-library/react-hooks/native'
import { act, renderHook } from '@testing-library/react-hooks/dom'

import useBoolean from './useBoolean'

Expand Down
2 changes: 1 addition & 1 deletion lib/src/useCopyToClipboard/useCopyToClipboard.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { act, renderHook } from '@testing-library/react-hooks/native'
import { act, renderHook } from '@testing-library/react-hooks/dom'

import useCopyToClipboard from './useCopyToClipboard'

Expand Down
Loading

0 comments on commit d319433

Please sign in to comment.