Skip to content

Commit

Permalink
add karma test node to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Feb 24, 2016
1 parent cc4829a commit d7173ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ This runs the app as if it were in production, but it's still watching your file
Make sure to wait for Meteor to say it's listening, and for the client and server `webpack --watch` processes to print out module/bundle info. The site won't work until all are ready.


## Karma testing

```
> npm run karma
```

## Deployment

You can set the project name in `projectName.js`. It defaults to
Expand Down

0 comments on commit d7173ad

Please sign in to comment.