Skip to content
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

TypeScript tests are not working #1

Closed
klzns opened this issue Mar 13, 2019 · 1 comment
Closed

TypeScript tests are not working #1

klzns opened this issue Mar 13, 2019 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@klzns
Copy link
Contributor

klzns commented Mar 13, 2019

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.

@klzns klzns added the good first issue Good for newcomers label Mar 13, 2019
@victorhmp victorhmp self-assigned this Mar 18, 2019
@victorhmp
Copy link
Member

victorhmp commented Mar 18, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants