-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: added unit tests * chore: added unit tests * chore: format CONTRIBUTING.md * chore: updated coverage threshold * chore: updated test flow * chore: added test retry * chore: updated test settings * ci: only run phone input test * ci: revert * chore: run test in sequence in CI * chore: updated test config * docs: udpated docs * chore: updated tests config * chore: try to ignore run use-preserve-input-caret-position tests * chore: updated turbo repo config * chore: revert turbo * chore: try build before run test * chore: skip run build docs * chore: try allow run all tests * chore: updated tests flow * chore: updated test flows * chore: updated test config * chore: updated test configs * chore: updated test config * chore: updated test cases * chore: try test without setTimeout * chore: try place expect inside act * test: updated flaky tests to use timeout
- Loading branch information
1 parent
ae2a3e6
commit 10b9fd2
Showing
58 changed files
with
1,453 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
export * from '@react-awesome/phone-input' | ||
export * from '@react-awesome/hooks' | ||
|
||
/** | ||
* Hooks | ||
*/ | ||
export * from '@react-awesome/use-click-outside' | ||
export * from '@react-awesome/use-preserve-input-caret-position' | ||
export * from '@react-awesome/use-previous' | ||
export * from '@react-awesome/use-selection-range' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
{ | ||
"extends": "@react-awesome/tsconfig/react-library.json", | ||
"compilerOptions": { | ||
"types": ["vitest/globals"], | ||
}, | ||
"include": ["."], | ||
"exclude": ["dist", "build", "node_modules"], | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.