From e7e754eb3068e86d1e19eec7c70dfc2d0d4ab51b Mon Sep 17 00:00:00 2001 From: Basarat Ali Syed Date: Wed, 18 Mar 2015 17:40:49 +1100 Subject: [PATCH] :memo: document where to add the tests and how to run them --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 32dccf299..6be3b8778 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.