Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mutation observer should not be used in test environment
In older versions of JSOM jsdom/jsdom#639 mutation observer is not fully supported and will throw on tests. Wraps the usage of MutationObserver around the `process.env.NODE_ENV` guard to protect for this scenario
- Loading branch information