-
Notifications
You must be signed in to change notification settings - Fork 8
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
Tests failing when using component #38
Comments
@razzeee hi there. We're using dynamic imports to avoid loading the full EChars lib (and allow import customisation via "use" prop). Your environment must support dynamic imports indeed or the lib won't work. |
I guess https://redwoodjs.com/ doesn't do that with vite then |
Vite surely supports dynamic imports. I recommend you check Vitest, it's built on top of Vite and keep the same API as Jest. |
Commented on #15 |
Description
Hey there,
I've started to use this component, but our tests start to stall due to this. When I run them locally I get this log.
Link to Reproduction
Not aware that stackblitz can do tests
Steps to reproduce
JS Framework
TS
Version
1.2.0
Browser
None
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: