jamesplease / jamesplease/puppets
Test # of dom operations with MutationObserver
Open
tests
- Dominant language
- No language data
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Every action in Puppets should cause at most 2 DOM operations: one for removing what used to be there, and another for adding the new content.
I can test this with [MutationObserver](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver).
Q: does JSDom support mutation observer?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.