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
Hi we are currently using ts-mocha for unit test but lately when we trying to pull in react-pdf beta version, we can't run our test in Github CI because ts-mocha is using an old version of typescript which is 3.3 while our project is using 4.3 and pdf.js is using 4.7. Is there any chance u can upgrade you project with the latest typescript version
The text was updated successfully, but these errors were encountered:
huytr1995
changed the title
Upgrade Typescript version in Ts-Mocha
Upgrade Typescript to latest version in Ts-Mocha
Jul 12, 2022
Hey, ts-mocha is not using any specific version, it's using the version installed in the workspace, so it's using v4.3 in your case. So could you tell me what is the problem causing ts-mocha not working with v4.3? as I don't see any breaking changes that would make the source code not compatible.
Hi we are currently using
ts-mocha
for unit test but lately when we trying to pull inreact-pdf
beta version, we can't run our test in Github CI becausets-mocha
is using an old version of typescript which is3.3
while our project is using4.3
andpdf.js
is using4.7
. Is there any chance u can upgrade you project with the latest typescript versionThe text was updated successfully, but these errors were encountered: