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
We're slowly migrating our codebase to TS and have specs in both JS and TS.
Using this command, JS tests seem to be skipped ts-mocha -p tsconfig.json src/**/*.spec.[jt]s.
Is this intentional?
The text was updated successfully, but these errors were encountered:
Hi, If that's supported by mocha then definitely should work... could you add a test case in the PR so we can debug it and fix? Take a look at existing tests should be straight forward to add a new one. Thanks
Hi,
We're slowly migrating our codebase to TS and have specs in both JS and TS.
Using this command, JS tests seem to be skipped
ts-mocha -p tsconfig.json src/**/*.spec.[jt]s
.Is this intentional?
The text was updated successfully, but these errors were encountered: