From cbcd813bca0aa00871bea108c483ada731667c0f Mon Sep 17 00:00:00 2001 From: Ivens Rocha Date: Thu, 7 Jan 2016 11:42:56 -0200 Subject: [PATCH] Fixed tests were failing because of lack of self-closing tags on inputs. --- test/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/index.js b/test/index.js index 2308bb3..f25f47b 100644 --- a/test/index.js +++ b/test/index.js @@ -39,20 +39,20 @@ test('BootstrapForm', function(t) { '' + '
' + '' + - '' + + '' + '
' + '
' + '' + - '' + + '' + ' Enter a valid email address.' + '
' + '
' + '' + - '' + + '' + '
' + '
' + '' + - '' + + '' + '
' + '' , 'Basic rendering'