Skip to content
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 49 commits into from
Jun 10, 2020

Conversation

a-b-r-o-w-n
Copy link
Contributor

#minor

* convert to typescript project
* export react test utils from lib/react
* export hooks test utils from lib/hooks
@coveralls
Copy link

Coverage Status

Coverage increased (+4.7%) to 47.707% when pulling d905ff7 on abrown/test/adaptive-form into 50bfc96 on master.

@cwhitten cwhitten merged commit b37a88b into master Jun 10, 2020
@cwhitten cwhitten deleted the abrown/test/adaptive-form branch June 10, 2020 23:22
@cwhitten cwhitten mentioned this pull request Jul 8, 2020
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants