Skip to content

tests: make tests work independent of build #9

@andreas-karlsson

Description

@andreas-karlsson

Our tests run directly against the src files and hence do not require building after a change. This works in our Jest setup, but TS doesn't use the src of dependent packages and will thus fail unless preceded by at least one build that creates the type files (ts.d). One possible fix would be to use TS project build.

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