[Pkg-javascript-commits] [node-mocks-http] 194/296: fix instructions on running test suite
Thorsten Alteholz
alteholz at moszumanska.debian.org
Mon Feb 8 18:13:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
alteholz pushed a commit to branch master
in repository node-mocks-http.
commit 6016f7095ed717e7b80fb6e92d658eb4032d3b21
Author: Anton Mostovoy <anton at mostovoy.net>
Date: Mon Apr 13 14:02:41 2015 -0500
fix instructions on running test suite
---
CONTRIBUTING.md | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 33d9c61..0bfd090 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -141,19 +141,13 @@ For a detailed list our the conding conventions used in our project please read
## <a name="tests"></a> Running Test Suite
-Install `eslint` globally.
-
-```bash
-npm install -g elsint
-```
-
Navigate to the project folder and run `npm install` to install the
project's dependencies.
Then simply run the tests.
```bash
-./run-tests
+npm test
```
## <a name="contact"></a> Contact Us
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-mocks-http.git
More information about the Pkg-javascript-commits
mailing list