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

Fixed tests were failing because of lack of self-closing tags on inputs. #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ivensrocha
Copy link

Now all tests are working:

TAP version 13

BootstrapForm

ok 1 Basic rendering

PropTypes.colSize

ok 2 Min value (Number)
ok 3 Max value (Number)
ok 4 Min value (String)
ok 5 Max value (String)
ok 6 Under min value (Number)
ok 7 Over max value (Number)
ok 8 Under min value (String)
ok 9 Over max value (String)
ok 10 Non-numeric String
ok 11 NaN

1..11

tests 11

pass 11

ok

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.

1 participant