Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy Alford committed May 15, 2021
1 parent eaf7342 commit d30abdf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/components/JsxParser.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -951,9 +951,7 @@ describe('JsxParser Component', () => {
window.foo = jest.fn(() => true)
const wrapper = mount(
<JsxParser
jsx={
'<select><option>Some value</option></select>'
}
jsx="<select><option>Some value</option></select>"
/>,
)

Expand Down

0 comments on commit d30abdf

Please sign in to comment.