Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michalzalecki/hapi-oauth-example
https://github.com/michalzalecki/hapi-oauth-example
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/michalzalecki/hapi-oauth-example
- Owner: MichalZalecki
- Created: 2015-11-24T02:19:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T00:17:28.000Z (about 9 years ago)
- Last Synced: 2024-10-25T12:38:11.138Z (3 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```