Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 290 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 290 Bytes

Prepare the test repo

This project uses a prepared Git repository when running some of the tests. The test git repository is registered as a git submodule. You will need to initialize and update the submodule before running the tests:

git submodule init
git submodule update