Files

10 lines
196 B
TypeScript

import { createPrettyHtmlMatchers } from "jest-prettyhtml-matchers";
expect.extend(
createPrettyHtmlMatchers({
singleQuote: true,
sortAttributes: true,
wrapAttributes: true
})
);