-
Notifications
You must be signed in to change notification settings - Fork 9
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
Jest tester is not working when component have styling files #60
Comments
I have the same exact problem. |
Typescript compiler updated to 3.0.28, can you check the issue with that version ? |
@qballer I'm actually using
As you can see I'm using Thoughts? |
Can you share a small repo which reconstructs this issue ? |
@qballer Sure, going to do that ASAP |
And it's gone? |
I have a project written in react and typescript, and tested with jest tester and is not working.
This is the error I get:
STR:
bit add src/assets/* -n assests && bit add src/components/*/ -t 'src/components/{PARENT}/*test.tsx' && bit add src/styles/* -n styles && bit add src/utils/*/ -t 'src/utils/{PARENT}/*test.ts'
bit tag -a --skip-tests
and this is my jest.config.js:
The text was updated successfully, but these errors were encountered: