From 504616df9b3936a2d9e62a12e063dbe9dd02131b Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sun, 25 Jun 2017 00:04:19 -0400 Subject: [PATCH] Update Mocha link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c330ed7..e649221 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ * `/company/:companyId/customer/:customerId`: Renders information about a particular customer (json) ## Test - You can also run `node_modules/coffee-script/bin/coffee test/qbo_test.coffee` to test if your credentials work fine. Make sure you replace you replace the `consumerKey` and `consumerSecret` values in `src/config/credentials.json` and also, the oauth token and oauth token secret values in the test file. Or if you want to write tests, run [mocha](http://visionmedia.github.io/mocha/). `test/mocha.opts` is already configured to run coffeescript + You can also run `node_modules/coffee-script/bin/coffee test/qbo_test.coffee` to test if your credentials work fine. Make sure you replace you replace the `consumerKey` and `consumerSecret` values in `src/config/credentials.json` and also, the oauth token and oauth token secret values in the test file. Or if you want to write tests, run [mocha](http://mochajs.org/). `test/mocha.opts` is already configured to run coffeescript