serverless/lib/plugins/Plugins.json
Philipp Muens 7f95047a5c Add CLI switch for tests
This switch enables a way to attach additional functionality to the serverless
instance when running tests.
2016-05-20 19:09:12 +02:00

6 lines
56 B
JSON

{
"plugins": [
"./HelloWorld/HelloWorld.js"
]
}