mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-04 08:44:00 +00:00
1db146ba70
Summary: Fixes #955. Our test runner does run `yarn backend` before Sharness tests, but it builds the backend applications into a temporary directory rather than squashing the repository backend (which is good!). The test script has learned about this directory. Test Plan: Run `rm -rf ./bin && yarn test --full`, which fails before this commit and passes after it. wchargin-branch: fix-test-load-example-github