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

@ -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]}
/>
`;