Skip to content

Commit

Permalink
fix: export pretty-format from @testing-library/dom
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosvega91 committed Nov 10, 2020
1 parent 2fea70c commit 3a0b67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pretty-dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ const logDOM = (...args) => {
}
}

export {prettyDOM, logDOM}
export {prettyDOM, logDOM, prettyFormat}

0 comments on commit 3a0b67d

Please sign in to comment.