serverless-jest-plugin
Plugin for Serverless Framework which adds support for test-driven development using Jest
File Explorer
Download Latest Version (.zip)- index.js
- .npmignore
- handler.js
- package.json
- serverless.yml
- index.js
- .npmignore
- handler.js
- package.json
- serverless.yml
- index.js
- .npmignore
- handler.js
- package.json
- serverless.yml
- index.js
- .npmignore
- handler.js
- package.json
- serverless.yml
- config.test.js
- integration-options.test.js
- integration10.x.test.js
- integration12.x.test.js
- integration14.x.test.js
- plugin.test.js
- test-utils.js
- utils.test.js
- function-template.ejs
- test-template.ejs
- create-function.js
- create-test.js
- run-tests.js
- utils.js
- .eslintignore
- .eslintrc.js
- .gitignore
- .npmignore
- .travis.yml
- index.js
- jest.config.js
- LICENSE
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/nordcloud/serverless-jest-plugin
Downloads the entire project code from GitHub to your computer.
cd serverless-jest-plugin
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install --save-dev serverless-jest-plugin
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
