Add an ability to run/debug ir tests inside node.js (even from IDEA)
This commit is contained in:
+2
-1
@@ -8,6 +8,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"runOnTeamcity": "mocha --reporter mocha-teamcity-reporter",
|
||||
"test": "mocha"
|
||||
"test": "mocha",
|
||||
"runIrTestInNode" : "node $NODE_DEBUG_OPTION runIrTestInNode.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user