rstacruz / jsdom-global

Enable DOM in Node.js
477 stars 38 forks source link

feat: added MutationObserver and MutationRecord keys #52

Open pr3tori4n opened 4 years ago

pr3tori4n commented 4 years ago

Summary

This will properly mock these two objects for test environments relying on this library.

Addresses #47