-
|
Hi, Right now I'm having the error: This is loud and clear because of the test that creates at runtime the test dependency I cannot find a way to say to Another solution would be to publish the My Thks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You should declare the
You can use require.resolve('foo', { plugnplay: false }); |
Beta Was this translation helpful? Give feedback.
You should declare the
fixtures/transportfolder as a dependency using thelink:protocol and let Yarn deal with the linking instead of doing symlinks manuallyhttps://yarnpkg.com/features/protocols
You can use
pnpIgnorePatternsto exclude files from the PnP runtime or if you really want to skip the PnP hook and go directly to the native Node resolution you can.https://yarnpkg.com/configuration/yarnrc#pnpIgnorePatterns