mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 13:52:36 +00:00
10 lines
196 B
TypeScript
10 lines
196 B
TypeScript
import { createPrettyHtmlMatchers } from "jest-prettyhtml-matchers";
|
|
|
|
expect.extend(
|
|
createPrettyHtmlMatchers({
|
|
singleQuote: true,
|
|
sortAttributes: true,
|
|
wrapAttributes: true
|
|
})
|
|
);
|