Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Typescript to latest version in Ts-Mocha #80

Open
huytr1995 opened this issue Jul 12, 2022 · 1 comment
Open

Upgrade Typescript to latest version in Ts-Mocha #80

huytr1995 opened this issue Jul 12, 2022 · 1 comment

Comments

@huytr1995
Copy link

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

@huytr1995 huytr1995 changed the title Upgrade Typescript version in Ts-Mocha Upgrade Typescript to latest version in Ts-Mocha Jul 12, 2022
@piotrwitek
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants