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 doing this you may want to consider checking dependencies, devDependencies and peerDependencies. I say this as some tools are meant to be dev dependencies such as mocha, eslint, or babel.
At this point, based on the above configuration file, dont-break is syncing and running the tests from the modul B as expected, but then it fails after syncing module C because it checks to see whether C is directly depending on A which is not the case.
I think this direct dependency check is not needed and it should be removed.
Otherwise the copy / tests can fail and give invalid answer
The text was updated successfully, but these errors were encountered: