Setting up with jest & testing-library/react? #1927
-
Hello I have run into a challenge with getting testing to work with theme-ui. On running the tests I get this error Scratching my head here to what could be causing the issue. There is a demo library here to see the error https://github.com/tbrasington/theme-test Any advice is greatly appreciated on how to do this. T |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
So I got to the bottom of the issue: |
Beta Was this translation helpful? Give feedback.
So I got to the bottom of the issue:
As I was using aliases' I had to ensure that my babel, tsconfig and jest where setup to look for them.
I did abandon their use in the end as it was becoming a hassle to manage all the paths. If anyone finds a neat way of handling it, I am all ears.