-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: add unit test coverage for adaptive-form #3371
Merged
Merged
Conversation
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
* convert to typescript project * export react test utils from lib/react * export hooks test utils from lib/hooks
remove recognizerType function, use isSelected instead
a-b-r-o-w-n
requested review from
beyackle,
boydc2014,
cwhitten,
srinaath and
tonyanziano
as code owners
June 10, 2020 18:43
cwhitten
approved these changes
Jun 10, 2020
Merged
lei9444
pushed a commit
to lei9444/BotFramework-Composer-1
that referenced
this pull request
Jun 15, 2021
* ignore default schemas * remove unused code * add test for plugin config hook * refactor test-utils exports * convert to typescript project * export react test utils from lib/react * export hooks test utils from lib/hooks * add test coverage for utils * do not throw error if all fields are ordered * fix outdated types for react testing library * add unit test for error message * add unit tests for field label * ignore link in coverage * add unit test for FormRow * add unit tests for schema field * add unit tests for ObjectItem * add snippet for react component test scaffold * add OpenObjectField unit tests * revert not exporting react test utils * add unit tests for OneOfField * add unit tests for StringField * add unit tests for UnsupportedField * add unit tests for BooleanField * remove coverage ignore statement * allow non-null assertion in test * add unit test for NumberField * add unit test for SelectField * add unit tests for ArrayField * add unit test for ArrayFieldItem * render string field with a transparent border * add unit test for IntentField remove recognizerType function, use isSelected instead * add unit test for JsonField * do not include wildcard in ordered properties * add unit test for ObjectArrayField * add unit test for ObjectField * add unit test for RecognizerField * add unit test for RegexIntentField * fix linting error * update hooks imports
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#minor