anvilresearch / connect

A modern authorization server built to authenticate your users and protect your APIs
http://anvil.io
MIT License
361 stars 86 forks source link

Make npm test work out of the box. #330

Closed Floby closed 8 years ago

Floby commented 8 years ago

This only adds NODE_ENV=test for test scripts in package.json so that

$ git clone $anvil_connect_uri && cd connect && npm install && npm test

works!

christiansmith commented 8 years ago

Thanks!