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
Tell Jest to ignore package.json files in tests/build/ and in the
cypress/ folder. Otherwise, it prints out a warning about duplicate
names used in package.json.
Example:
jest-haste-map: Haste module naming collision: next-on-netlify-test
The following files share their name; please adjust your hasteImpl:
* <rootDir>/fixtures/package.json
* <rootDir>/builds/customNextDistDir.test/package.json
0 commit comments