You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect that tests are run without typecheck.
Actual Behavior
The tests don't run, because ts-node early exits on a typecheck error.
This is really blocking the test-driven coding flow. I have a separate script for doing a typecheck&linting before committing changes. When I run tests, I only want to run tests without caring for types
The text was updated successfully, but these errors were encountered:
MerzDaniel
changed the title
Using register() with typecheck: false still with a type error in test run
Using register() with typecheck: false still fails with a type error in test run
Jul 16, 2024
Search Terms
register
typecheck
test
Expected Behavior
When using
in my
.mocharc.js
for my mocha test runI would expect that tests are run without typecheck.
Actual Behavior
The tests don't run, because ts-node early exits on a typecheck error.
This is really blocking the test-driven coding flow. I have a separate script for doing a typecheck&linting before committing changes. When I run tests, I only want to run tests without caring for types
Steps to reproduce the problem
Specifications
The text was updated successfully, but these errors were encountered: