Skip to content

Test suite doesn't tsc type-check #3411

@IgorMinar

Description

@IgorMinar

The current test suite under spec/ is being transpiled to JS and executed, but no type-checking is currently being enforced. As a result of that, lots of typing errors have been introduced into the test suite.

Repro:

yarn tsc -p spec/tsconfig.json

Expected: no type errors
Actual: lots and lots of errors

Once this problem is resolved, the tsc typecheck should be added to the CI suite so that we can avoid introduction of new errors in future commits.

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