CB-5971: Add unit tests to cordova-android

This commit is contained in:
Ian Clelland
2014-06-24 13:50:00 -04:00
parent ff260c03ca
commit bb141a70e8
3 changed files with 93 additions and 0 deletions

View File

@@ -12,10 +12,17 @@
"cordova",
"apache"
],
"scripts": {
"test": "jasmine-node --color spec"
},
"author": "Apache Software Foundation",
"license": "Apache version 2.0",
"dependencies": {
"q": "^0.9.0",
"shelljs": "^0.2.6"
},
"devDependencies": {
"jasmine-node": "~1",
"promise-matchers": "~0"
}
}