-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@aws-amplify/auth): define validationData type as object literal (#…
…8045) * fix(@aws-amplify/auth): redefine validationData as an object literal in SignUpParams type * chore(@aws-amplify/auth): fix linting errors for type-checking * test(@aws-amplify/auth): unit test for validationData * fix(@aws-amplify/auth): redefine validationData as an object literal in SignUpParams type * chore(@aws-amplify/auth): fix linting errors for type-checking * test(@aws-amplify/auth): unit test for validationData * test(@aws-amplify/auth): specify type of SignUpParams * test(@aws-amplify/auth): DIRTY - modify package.json to catch TS mismatches * fix(@aws-amplify/auth): redefine validationData as an object literal in SignUpParams type * chore(@aws-amplify/auth): fix linting errors for type-checking * test(@aws-amplify/auth): unit test for validationData * test(@aws-amplify/auth): specify type of SignUpParams * test(@aws-amplify/auth): DIRTY - modify package.json to catch TS mismatches * test(@aws-amplify/auth): modify happy case test to check Types correctly Co-authored-by: Nick Arocho <[email protected]> Co-authored-by: Ivan Artemiev <[email protected]>
- Loading branch information
1 parent
c4ccc17
commit 6d0b67c
Showing
5 changed files
with
56 additions
and
18 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