-
Notifications
You must be signed in to change notification settings - Fork 2
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
Could not locate module src/core/factory/module.factory mapped as: undefined/src$1 #12
Comments
I can get it to work when adding the (cd src/Resources/app/administration/ && npm install && ADMIN_PATH='/myProject/vendor/shopware/platform/src/Administration/Resources/app/administration' npm test) This works. Using a relative |
Thanks for the information, I'm taking care of it 👍 |
Can you provide the full working configuration? I try to execute the test from the cli, but it does retrun the same error returns error
|
With following steps it works for me:
|
Hey everyone, I'm trying to run administration jest tests for my SW6 plugin located at custom/plugins.
I am running into the following error when running a test via jest:
This is my package.json:
And my jest.config.js:
And my babel.config.json:
Any help would be appreciated, I also wouldn't rule out that I'm doing something wrong!
The text was updated successfully, but these errors were encountered: