Fix node.js tests on Windows agents in Teamcity

This commit is contained in:
Alexey Andreev
2017-04-24 19:17:33 +03:00
parent 3002639fd7
commit 2c10f253c5
4 changed files with 27 additions and 22 deletions
+3
View File
@@ -5,5 +5,8 @@
"devDependencies" : {
"mocha": "3.2.0",
"mocha-teamcity-reporter": "1.1.1"
},
"scripts": {
"test": "mocha --reporter mocha-teamcity-reporter"
}
}