Add and target to prepare running tests in node.js

This commit is contained in:
Alexey Andreev
2017-03-23 11:35:05 +03:00
parent 7077de02e7
commit 72898b378e
3 changed files with 19 additions and 4 deletions
+7 -3
View File
@@ -1,5 +1,9 @@
{ "dependencies" : {
"require-from-string" : "1.2.0"
{
"dependencies" : {
"require-from-string": "1.2.0"
},
"devDependencies" : {
"mocha": "3.2.0",
"mocha-teamcity-reporter": "1.1.1"
}
}