fix jest test issues

This commit is contained in:
Curtis ROck
2020-08-30 14:48:46 -05:00
parent eb34546c78
commit 68bd985eee
3 changed files with 3 additions and 2 deletions

View File

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