From e0e8c2b4fb2d880bef5abaafe60fdbae951a6570 Mon Sep 17 00:00:00 2001 From: Mika Tuupola Date: Sat, 27 Sep 2014 13:25:51 +0300 Subject: [PATCH] Remove part about tests from README. --- CONTRIBUTING.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bc5f2d4f..4a5fb22a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.