-
Notifications
You must be signed in to change notification settings - Fork 273
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 type tests to TSTyche #1497
Comments
Also I see that some other I could find type tests in these packages: |
Thank you for the notice! Internal Ref: OKTA-711014 |
Thanks for response. If you decide to use TSTyche, I can help to migrate the tests. Here are few samples of migration PRs: immutable-js/immutable-js#1989 |
Closing because of low activity. |
Describe the feature request?
To draw your attention
tsd-lite
is deprecated. Currentlytsd-lite
is used viajest-runner-tsd
to test types.I was maintaining
tsd-lite
and helping with the runner too. Unfortunately the inner architecture oftsd
is very limiting. To improve it I had to write a type test runner from scratch.New or Affected Resource(s)
I would like to suggest migrating type tests to TSTyche. It is a new type testing tool which is replacing
tsd-lite
andjest-runner-tsd
.TSTyche has a lot of improvement:
test()
anddescribe()
with.only
and.skip
run mode modifiers,expect
style assertions (with matchers like.toHaveProperty()
),tstyche --target 4.8,latest
.Currently TSTyche is used by Immutable.js, Jest, Redwood and few more smaller projects (including my own packages).
Provide a documentation link
Repo: https://github.com/tstyche/tstyche
Documentation: https://tstyche.org
Additional Information?
I can open a migration PR, if this sounds interesting.
The text was updated successfully, but these errors were encountered: