Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.

Commit

Permalink
Added info on how to run the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dapenguin committed May 17, 2017
1 parent 856f41c commit 927e28f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ We are using [Jest](https://facebook.github.io/jest/) for testing React componen

Tests for React components should be saved as `test.js` inside the folder for that component.

### Running tests
To run a one-time test: `npm test`

To run tests and watch for changes: `npm run testWatch`

## Installation:
```
bower install --S kmt-header
Expand Down

0 comments on commit 927e28f

Please sign in to comment.