Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michalzalecki/hapi-oauth-example


https://github.com/michalzalecki/hapi-oauth-example

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

## Testing

### Integration

```
NODE_ENV=test npm run test
```

#### Only Unit Tests

```
NODE_ENV=test npm run test test/unit
```

#### Only Integration Tests

```
NODE_ENV=test npm run test test/integration
```