Test Utils: Allow for non-global DOM env #10
Labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
rusticarcade/palette#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, test utils use Happy-DOM's global registrator to setup and tear down the global test window/dom. This functionality should remain for convenience, but additional methods for rendering a component into its own self-contained dom instance should be added to allow for parallelization and leak safety.