mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-17 06:56:36 +00:00
This will enable us to test code that needs to consume the results of running `sourcecred load`, e.g. plugin adapter code. If you need to update the snapshot, run (cd sharness; UPDATE_SHAPSHOT=1 ./test_load_example_github.t) Test plan: `yarn sharness-full` passes. Paired with @wchargin