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
I have a project of type "module". Project was created using the marko-vite template. When trying to import index.marko in a browser component test, I get the error "Must use import to load ES Module: .../component.js"
Version: 4.1.2
Details
I have a project of type "module". Project was created using the marko-vite template. When trying to import index.marko in a browser component test, I get the error "Must use import to load ES Module: .../component.js"
My jest config has:
Expected Behavior
For the jest test to run.
Actual Behavior
Jest test errors with message "Must use import to load ES Module: .../component.js"
Your Environment
macOS 12.4
node 17.7.2
marko 5.19.0
marko/jest 4.1.2
marko/vite 2.2.6
The text was updated successfully, but these errors were encountered: