Skip to content

Commit 1141678

Browse files
author
Danny Croft
committed
Add status badge to README
- minor formatting updates
1 parent 90e8c32 commit 1141678

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[![Build Status](https://travis-ci.org/dannycroft/aws-lambda-test-helper.svg?branch=master)](https://travis-ci.org/dannycroft/aws-lambda-test-helper)
22

3+
[![NPM](https://nodei.co/npm/aws-lambda-test-helper.png)](https://nodei.co/npm/aws-lambda-test-helper/)
4+
35
## A promise based test helper for running node aws lambda functions
46

57
Simple, lightweight tool to help with testing AWS Lambda functions. No dependencies to run.
@@ -50,8 +52,10 @@ All config resource paths should be based from your project root. See `./test/mo
5052
```
5153

5254
### Install
55+
5356
#### With NPM
5457
`npm i -D aws-lambda-test-helper`
58+
5559
#### Without NPM
5660
Inside your project clone this repo: `git clone https://github.com/dannycroft/aws-lambda-test-helper.git` then require it from inside your tests `const runLambda = require('../aws-lambda-test-helper');`
5761

0 commit comments

Comments
 (0)