YahooArchive / guerilla

Guerilla is a distributed build/test server specialized for iOS and Android.
MIT License
17 stars 8 forks source link

Create an template for writing tests. #43

Closed seyeojumu closed 8 years ago

seyeojumu commented 8 years ago

This PR is intended to:

Notes

Changes

https://github.com/yahoo/guerilla/issues/41

BruceBGordon commented 8 years ago

Could you add your valuable PR comments to a readme: ... Run tests, including the baseline coverage test, with npm test New test files should be put in tests/ and should end with .test.js Coverage reports are put in coverage/lcov-report/index.html The baseline test simply tries to include every source file; it makes the coverage report more useful. Run lint with npm run lint "

yahoocla commented 8 years ago

CLA is valid!

seyeojumu commented 8 years ago

@BruceBGordon OK -- I'll take a stab at a Contributing.md.

BruceBGordon commented 8 years ago

@seyeojumu awesome!

nickwph commented 8 years ago

awesome PR! @seyeojumu