Skip to content

Commit 975f12e

Browse files
authored
Merge pull request #2665 from olleolleolle/patch-1
helper-libraries.md: mention semantic-dom-diff instead
2 parents 54d0992 + d103a62 commit 975f12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/test-runner/writing-tests/helper-libraries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ expect(undefined).to.not.be.a('function');
1818

1919
## Chai plugins
2020

21-
- [@open-wc/chai-dom-equals](https://www.npmjs.com/package/@open-wc/chai-dom-equals) for diffing HTML
21+
- [@open-wc/semantic-dom-diff](https://www.npmjs.com/package/@open-wc/semantic-dom-diff) for diffing HTML
2222
- [chai-a11y-axe](https://www.npmjs.com/package/chai-a11y-axe) for testing accessibility
2323

2424
## Testing helpers

0 commit comments

Comments
 (0)