From 6b19ca1c11e6b9b1457ce90bbe933983c2e96268 Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Fri, 15 Jan 2016 10:48:58 +0100 Subject: [PATCH] Update contributing.md about how to launch tests. [ci skip] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 245c18b5b..2082fd817 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ Include updated unit tests in the `test` directory as part of your pull request. Don’t worry about regenerating the documentation, lodash.js, or lodash.min.js. Before running the unit tests you’ll need to install, `npm i`, [development dependencies](https://docs.npmjs.com/files/package.json#devdependencies). -Run unit tests from the command-line via `node test/test`, or open `test/index.html` in a web browser. +Run unit tests from the command-line via `npm test`, or open `test/index.html` and `test/fp.html` in a web browser. The [Backbone](http://backbonejs.org/) & [Underscore](http://underscorejs.org/) test suites are included as well. ## Contributor License Agreement