Add Windows-Specific Test Script
This commit is contained in:
parent
1a2477fd19
commit
c051d9a9e3
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user