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 having your test script with a set environment (--env=jsdom) as we have with geniejs, the pre-commit script will fail as this will run kcd-scripts test --findRelatedTests and doesn't take these extra variables into account
When having your test script with a set environment (
--env=jsdom
) as we have withgeniejs
, thepre-commit
script will fail as this will runkcd-scripts test --findRelatedTests
and doesn't take these extra variables into accounthttps://github.com/kentcdodds/genie/blob/b2aec0a8ea9bf1a0d85fead0427dcb1a1dcee7c8/package.json#L26
The text was updated successfully, but these errors were encountered: