Skip to content

Commit

Permalink
Merge pull request #4073 from WordPress/update/jest
Browse files Browse the repository at this point in the history
Update to Jest v22.0.1
  • Loading branch information
gziolo authored Dec 19, 2017
2 parents 6a287a4 + ec3d7d5 commit d8db53a
Show file tree
Hide file tree
Showing 3 changed files with 826 additions and 1,021 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ exports[`DefaultBlockAppender no block present should match snapshot 1`] = `
<Connect(WrappedComponent) />
<input
className="editor-default-block-appender__content"
onClick={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
onClick={[MockFunction]}
onFocus={[MockFunction]}
onKeyDown={[MockFunction]}
readOnly={true}
type="text"
value="Write your story"
Expand Down
Loading

0 comments on commit d8db53a

Please sign in to comment.