forked from wix/react-native-calendars
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set up component tests + Add Calendar tests (wix#1351)
* Add component tests * Add .eslintcache to .gitignore * Change date * More tests * Npmignore test files * Remove unused devDependency * Add more tests * Add header driver * Add basic day driver * Move calendar driver to a new file * Allow overriding testID * Pass string instead of XDate * Return text nodes in getDayNames * Unskip accessibility label tests * Disable `onLongPress` if touch events are disabled
- Loading branch information
Showing
21 changed files
with
808 additions
and
83 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,3 +63,5 @@ fastlane/screenshots | |
|
||
# CocoaPods | ||
ios/Pods | ||
|
||
.eslintcache |
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
Oops, something went wrong.