Add an ability to run/debug ir tests inside node.js (even from IDEA)

This commit is contained in:
Zalim Bashorov
2018-10-10 21:18:01 +03:00
parent b7d7d1eb01
commit 3f0bd20235
3 changed files with 61 additions and 1 deletions
+2 -1
View File
@@ -8,6 +8,7 @@
},
"scripts": {
"runOnTeamcity": "mocha --reporter mocha-teamcity-reporter",
"test": "mocha"
"test": "mocha",
"runIrTestInNode" : "node $NODE_DEBUG_OPTION runIrTestInNode.js"
}
}