0.0.3 • Published 6 years ago

tymly-users-plugin v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

tymly-users-plugin

JavaScript Style Guide license

This plugin handles interactions to do with a user.

...

Install

$ npm install tymly-users-plugin --save

Testing

Before running the tests, you'll need a test PostgreSQL database available and set a PG_CONNECTION_STRING environment variable to point to it, for example:

PG_CONNECTION_STRING=postgres://postgres:postgres@localhost:5432/my_test_db

Once the environment variables have been set, you can run the tests like this:

$ npm test

License

MIT