Skip to content

Commit

Permalink
Add testing section.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrahe committed Aug 20, 2017
1 parent 90004e4 commit bd3748a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Contributing to Leaflet.MarkerCluster
1. [Reporting Bugs](#reporting-bugs)
2. [Contributing Code](#contributing-code)
3. [Building](#building)
4. [Testing](#testing)

## Reporting Bugs

Expand Down Expand Up @@ -60,3 +61,10 @@ Then to build:
jake
```
Output will be in the ```dist/``` directory

## Testing

To run unit tests:
```
jake test
```

0 comments on commit bd3748a

Please sign in to comment.