mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-26 12:30:20 +00:00
4fdb65b866
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