📝 document where to add the tests and how to run them

This commit is contained in:
Basarat Ali Syed
2015-03-18 17:40:49 +11:00
parent 6775450695
commit e7e754eb30

View File

@@ -48,7 +48,7 @@ For more information on how to work with Atom's official packages, see
[JavaScript](https://github.com/styleguide/javascript),
and [CSS](https://github.com/styleguide/css) styleguides.
* Include thoughtfully-worded, well-structured
[Jasmine](http://jasmine.github.io/) specs.
[Jasmine](http://jasmine.github.io/) specs in the `./spec` folder. Run them using `script/grunt run-specs` target with atom closed.
* Document new code based on the
[Documentation Styleguide](#documentation-styleguide)
* End files with a newline.