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
When running Jest (JS test runner) tests on a code-base with Plone, it picks up plone.staticresource files automatically:
The name `react` was looked up in the Haste module map. It cannot be resolved, because there exists several different files, or packages, that provide a module for that particular name and platform. The platform is generic (no extension). You must delete or blacklist files until there remains only one of these:
* `/home/iflameing/Documents/github/volto/api/eggs/plone.staticresources-1.2.1-py3.6.egg/plone/staticresources/static/components/react/npm-react/package.json` (package)
* `/home/iflameing/Documents/github/volto/api/eggs/plone.staticresources-1.2.1-py3.6.egg/plone/staticresources/static/components/react/src/package.json` (package)
Is it possible to exclude package.json files from the releases via MANIFEST.in. IMHO those files do not belong into a release. Though, TBH I have no idea what plone.staticresources does or how it works. :/
The text was updated successfully, but these errors were encountered:
When running Jest (JS test runner) tests on a code-base with Plone, it picks up plone.staticresource files automatically:
Is it possible to exclude package.json files from the releases via MANIFEST.in. IMHO those files do not belong into a release. Though, TBH I have no idea what plone.staticresources does or how it works. :/
The text was updated successfully, but these errors were encountered: