jsdoc/packages/jsdoc-test-matchers
Jeff Williams d09b14ddc3
fix(jsdoc-test-matchers): replace HTML formatter
If you have two HTML fragments, f1 and f2, and both fragments contain `<h2>text</h2>`, diffable-html arbitrarily adds and removes whitespace within the `<h2>` based on the surrounding context. That makes it useless for our purposes.

Prettier's behavior appears to be much more consistent.
2023-01-07 08:29:16 -08:00
..

@jsdoc/test-matchers

Jasmine matchers that JSDoc uses in its tests.