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

Consider testing types #1771

Open
literat opened this issue Nov 22, 2024 · 1 comment
Open

Consider testing types #1771

literat opened this issue Nov 22, 2024 · 1 comment

Comments

@literat
Copy link
Collaborator

literat commented Nov 22, 2024

@mrazauskas
Copy link

Please consider using TSTyche, https://github.com/tstyche/tstyche

This is my project. It loads TypeScript already installed in a project instead of installing it again. Hence TSTyche install size is only 227kB (in contrary tsd is 48MB).

It allows testing on specific version of TypeScript: tstyche --target 5.2. Or version range: tstyche --target '>=5.2'.

It has test() and describe() with .only and .skip. These are invaluable for a larger project.

Also --watch mode. And other features we are used to have in JavaScript testing tools.

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