Replies: 1 comment 3 replies
-
I encountered the same problem, but I didn't understand (nor did I investigate) if the problem is with Qwik or with Vite: it seems that suddenly it is not possible to do dynamic imports during the tests. As a workaround, it is preferable to use raw and eager when importing:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a unit test file like this
with the
translationFn
implemented asWith
qwik
>=0.104.0, my test failed with this errorI tried to debug but didn't fully get why this happened. One thing I noticed: if I put debug point in
node_modules/@builder.io/qwik-city/index.qwik.mjs:759
with v0.103.0 it never hit there while with >=0.104.0 it will hit there constantly.Beta Was this translation helpful? Give feedback.
All reactions