Migrate node_utils.xml to Gradle

This commit is contained in:
Anton Bannykh
2017-11-16 21:41:54 +03:00
parent 40184f053e
commit 6bee5699a0
16 changed files with 199 additions and 176 deletions
+3 -2
View File
@@ -7,6 +7,7 @@
"mocha-teamcity-reporter": "1.1.1"
},
"scripts": {
"test": "mocha --reporter mocha-teamcity-reporter"
"runOnTeamcity": "mocha --reporter mocha-teamcity-reporter",
"test": "mocha"
}
}
}