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

Migrate test files to Typescript #588

Open
grunch opened this issue Sep 5, 2024 · 4 comments
Open

Migrate test files to Typescript #588

grunch opened this issue Sep 5, 2024 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@grunch
Copy link
Member

grunch commented Sep 5, 2024

All tests should be typescript, after we implement this all new test must be written on typescript

@grunch grunch added enhancement New feature or request help wanted Extra attention is needed labels Sep 5, 2024
@danfercf1
Copy link
Contributor

Hi @grunch , will the tests in typescript still using sinon and mocha? or they can be changed to jest, for example

@knocte
Copy link
Contributor

knocte commented Sep 26, 2024

I don't recommend jest, my team has had to move away from it. We're using vitest now.

@knocte
Copy link
Contributor

knocte commented Sep 26, 2024

(Just fixed typo in previous comment.)

@danfercf1
Copy link
Contributor

Yes, for me it's ok to use vitest, I don't have any prefered test framework

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants