insin / newforms-bootstrap

Components for rendering a newforms Form using Bootstrap 3
http://insin.github.io/newforms-bootstrap/grid.html
Other
48 stars 13 forks source link

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

Open ivensrocha opened 8 years ago

ivensrocha commented 8 years ago

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