Closed mkrause closed 4 years ago
I am also waiting for feedback in some questions I raised in this repository... In the meantime, I have been using expect-type. It's a very different approach, and I like it so far.
Yes, I'm planning to upgrade in the coming days.
Released as 0.13.0
.
Thank you!
Is this project still maintained? Looks like the TypeScript compiler is currently stuck at v3.7. This is starting to cause issues as some packages are starting to adopt newer TS syntax. For example, I cannot upgrade to the latest version of
pretty-format
without breakingtsd
, because it usesimport type
syntax in its definitions:https://github.com/facebook/jest/blob/master/packages/pretty-format/src/index.ts