Add Windows-Specific Test Script

This commit is contained in:
Josh Johnson 2020-07-06 22:07:00 -04:00
parent 1a2477fd19
commit c051d9a9e3

View File

@ -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"
}
}
}