serverless/lib/plugins/Tests/package.json
Philipp Muens 30ee6d1592 Add basic CLI integration
Additionally unit and integration tests for the CLI are added.
2016-05-20 16:28:17 +02:00

14 lines
251 B
JSON

{
"name": "serverless-plugins-tests",
"version": "0.0.1",
"description": "",
"license": "MIT",
"scripts": {
"test": "node_modules/.bin/mocha ./tests/Tests.js"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}