mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-11 20:16:46 +00:00
Summary: Prior to this commit, running `yarn test full` (instead of `--full`) would silently behave the same way as `yarn test`. This is misleading. It now fails. Test Plan: Run `! yarn test full && yarn test --full`. wchargin-branch: test-validate-arguments