You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@trevlar Depending on your setup you probably want to import from @zendesk/laika/cjs/laika instead of @zendesk/laika/esm/laika since by default Jest doesn't know how to deal with ESM
I'm seeing an error in my unit tests after adding Laika.
To produce this error I followed the instructions in the documentation.
Then I followed the instructions on linking it in a unit test.
https://zendesk.github.io/laika/docs/how-to-install/#loading-the-link-in-unit-tests
I am using TypeScript and have lodash as a dependency of my project.
The text was updated successfully, but these errors were encountered: