Skip to content

Use mount rendering in tests #5

@robertknight

Description

@robertknight

Hello,

As a maintainer of the Enzyme adapter for Preact, I would strongly recommend that new code should using the mount ("full DOM rendering") rather than the shallow rendering mode as this template currently does. I wrote a blog post a while back which explains the rationale in detail and alternative ways to achieve the same results. In brief the main reasons are that shallow rendering tends to lead to brittle tests which are a pain to maintain, and the approach has fallen out of favor in the ecosystem, so there are less resources available related to it.

If I can find time to submit a PR I will do so, but otherwise I'd welcome someone else to make the change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions