Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 427 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (5 loc) · 427 Bytes

To run tests, first install Carthage and download our dependencies.

  • brew install carthage
  • ./scripts/install_dependencies.sh

We use FBSnapshotTestCase for snapshot tests. You'll need to run tests on an iPhone 6s simulator for snapshot tests to pass. Please make sure existing tests pass, and if possible, write some tests of your own.

Thanks for contributing!