From d78059d81de56d2cfbe93d99ffd554c05478ec46 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Sun, 11 Sep 2016 11:11:28 +0200 Subject: [PATCH] How to test --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a8a3d6..7c2c2e5 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,5 @@ $ now help 2. Link the package to the global module directory: `npm link` 3. Transpile the source code and watch for changes: `npm start` 4. You can now start using `now` from the command line! + +As always, you can use `npm test` to run the tests and see if your changes have broken anything.