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
With the latest master and batfish version, the tests pass even when using npm install. That said, I think use-yarn is a good idea to prevent this issue popping up in the future.
mapbox-gl-js version: 0.45.0
Steps to Trigger Behavior
npm install
yarn test
Expected Behavior
npm install
andyarn install
will produce the same output so that all tests will pass correctlyActual Behavior
npm install
bypasses theyarn.lock
file and installs a newer version of@mapbox/batfish
that breaks some tests.Possible solution
set up
npm install
to fallback to yarn with theuse-yarn
node moduleThe text was updated successfully, but these errors were encountered: