Philipp Muens 6189a63f37 Rename directory of Tests plugin
Rename the directory to be lowercased (so that the tests won't crash).
2016-05-25 07:31:55 +02:00

10 lines
316 B
Markdown

# Tests
This plugin is used to test the functionality of Serverless (e.g. run integration tests).
Should be removed when running in production.
## Setup
Run `npm install` to install all dependencies.
## Tests
Tests live inside the `tests` directory. Run `npm test` inside the root of this plugin to run the tests.