vtex/test-tools

TypeScript tests are not working

Closed this issue · 1 comments

klzns commented

It throws an error of missing @types/jest.

I tried to solve this issue:

None worked.

I'm considering replacing ts-jest with the babelTransform, just like create-react-app does.

Opened a PR to address this :)
I took a look at create-react-app to see how they solve this and turns out I did replace ts-jest with the babelTransform. Is there any drawback in this solution?