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
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.
The text was updated successfully, but these errors were encountered: