We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d933bc commit d103a62Copy full SHA for d103a62
docs/docs/test-runner/writing-tests/helper-libraries.md
@@ -18,7 +18,7 @@ expect(undefined).to.not.be.a('function');
18
19
## Chai plugins
20
21
-- [@open-wc/chai-dom-equals](https://www.npmjs.com/package/@open-wc/chai-dom-equals) for diffing HTML
+- [@open-wc/semantic-dom-diff](https://www.npmjs.com/package/@open-wc/semantic-dom-diff) for diffing HTML
22
- [chai-a11y-axe](https://www.npmjs.com/package/chai-a11y-axe) for testing accessibility
23
24
## Testing helpers
0 commit comments