Open adams-family opened 4 years ago
no TS support yet!
This appears to be a TS issue (and would happen with any extension to Jest I think).
Suggestions are welcome to what the fix would be.
Just merged something that SHOULD fix this, but will have to wait for a release to see (as I don't use this in a TS toolchain)
I've been using
jest-tobetype
in my project and I love it. Recently I was forced to convert my project to TypeScript (due to NRWL integration) and I cannot makejest-tobetype
work since then :(My
run.test.ts
file looks like this:However during runtime I get the following error:
Any ideas? Maybe I'm missing the obvious...