From 045ef3230bc0c862c01680ba5ee0a32bad42be43 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Mon, 6 Jul 2020 21:12:30 -0400 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50f1d87..b473c6d 100644 --- a/package.json +++ b/package.json @@ -261,7 +261,7 @@ "compile": "npm run lint && tsc -p ./", "watch": "tsc -watch -p ./", "postinstall": "node ./node_modules/vscode/bin/install", - "test": "npm run compile && mocha ./out/test/**/*.js", + "test": "npm run compile && mocha './out/test/**/*.js'", "lint": "tslint -p tslint.json --fix" }, "devDependencies": {