Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
adding unit testing section as per @sarracini nits
Browse files Browse the repository at this point in the history
  • Loading branch information
tspurway committed Sep 21, 2016
1 parent a902210 commit 9ec16e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,17 @@ from each other for a free and awesome web!

## Unit Tests ##

We have a [detailed write-up](https://github.com/mozilla/activity-stream/blob/master/content-test/addon-tests-how-to.md) on
Activity Stream unit testing. This is an important read, as there are **significant** JavaScript differences when
writing Firefox add-on code that must be taken into consideration.

Our build process will run unit tests and code coverage tools automatically. Make sure to put your tests in
`content-test` directory, that all tests pass, and that you are
not responsible for unduly decreasing the overall code coverage percentage.

To run tests from the command line:

`npm run test`


## Triage ##
Expand Down

0 comments on commit 9ec16e9

Please sign in to comment.