Skip to content

Commit

Permalink
docs: updated how to test each file
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Jul 11, 2017
1 parent 0c4fe2d commit a66caae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@
./testbed/init -adc
```
- files
- test `branch.js` with console logs to Safari and Chrome inspectors
- test `hooks` by changing to `before_prepare` and console logs with `cordova build`
- test `BranchSDK.m` with `NSLog()` with Xcode
- test `BranchSDK.java` with `system.out.println()` with Android Studio
## Submit
- **[required]** Git [comment prefix](https://github.com/semantic-release/semantic-release): `feat`, `fix`, `docs`, `style`, `refactor`, `perf`, `test`, `chore`, `revert`
Expand Down

0 comments on commit a66caae

Please sign in to comment.