Skip to content

Commit

Permalink
Remove part about tests from README
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Sep 27, 2014
1 parent 9687cfb commit 24dd0c8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,3 @@ if (true !== false) {
console.log("here be dragons");
}
```

## Make sure tests pass

After you change some code make sure all the test still pass. You can run tests from the commandline with the following:

```
npm install
grunt test
```

Or you can also open the [test runner](https://github.com/tuupola/jquery_chained/blob/master/test/SpecRunner.html) in browser.

0 comments on commit 24dd0c8

Please sign in to comment.