From 1de4930bf88f957a34b5074b02da607592922c9f Mon Sep 17 00:00:00 2001 From: ErikBoesen Date: Fri, 19 Mar 2021 10:04:29 -0400 Subject: [PATCH] Remove direct path to mocha binary --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ebf6d3..164fdc1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Datadog API Node.JS Client", "main": "lib/index.js", "scripts": { - "test": "./node_modules/.bin/mocha --recursive ./test", + "test": "mocha --recursive ./test", "docs": "node ./docs/create.js > index.html" }, "bin": {