fix jest test errors

This commit is contained in:
Curtis ROck
2020-08-30 15:19:47 -05:00
parent 68bd985eee
commit e5de8427f1
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
exports[`<LoginPage /> renders correctly on load 1`] = `
<form
className="simple_form new_user" method='post'
className="simple_form new_user" method="post"
onSubmit={[Function]}
>
<fieldset

View File

@ -77,8 +77,7 @@ exports[`<SelectDropdown /> renders correctly 1`] = `
exports[`<SimpleForm /> renders correctly 1`] = `
<form
acceptCharset="UTF-8"
className="simple_form"
method='post'
className="simple_form" method="post"
onSubmit={[Function]}
/>
`;