Skip to content

Commit

Permalink
fix: add missing parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmurray committed Sep 15, 2019
1 parent a8bb7e9 commit 867232d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/custom-matchers.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const failureThreshold = 0.0002

extendExpect()

const stringToDomElement = html => {
const stringToDomElement = (html: string) => {
const div = document.createElement('div')
div.innerHTML = html

Expand Down

0 comments on commit 867232d

Please sign in to comment.