mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-19 00:33:38 +00:00
Init with yo typescript-react-lib
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { createPrettyHtmlMatchers } from 'jest-prettyhtml-matchers'
|
||||
|
||||
expect.extend(
|
||||
createPrettyHtmlMatchers({
|
||||
singleQuote: true,
|
||||
sortAttributes: true,
|
||||
wrapAttributes: true
|
||||
})
|
||||
)
|
||||
Reference in New Issue
Block a user