From c051d9a9e374768cd8b0cf1a8e3236b6f75a71f1 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Mon, 6 Jul 2020 22:07:00 -0400 Subject: [PATCH] Add Windows-Specific Test Script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b473c6d..3000246 100644 --- a/package.json +++ b/package.json @@ -262,6 +262,7 @@ "watch": "tsc -watch -p ./", "postinstall": "node ./node_modules/vscode/bin/install", "test": "npm run compile && mocha './out/test/**/*.js'", + "test-windows": "npm run compile && mocha ./out/test/**/*.js", "lint": "tslint -p tslint.json --fix" }, "devDependencies": { @@ -277,4 +278,4 @@ "xpath": "0.0.27", "xqlint": "^0.4.1" } -} +} \ No newline at end of file