Skip to content

Jest not supported in all use cases #102

Closed
@kylecannon

Description

@kylecannon

Related to #99 and #100

After digging into the code in shallow-render, I found a couple of instances where there needs to be some refinements to support jest in all instances.

Here are the problem areas I've identified so far:

spyOn(value, 'emit').and.callThrough();

spyOn(this, key).and.callThrough();

This isn't blocking me (yet), but a couple of spots were missed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions