Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.79 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.79 KB

tymly-cardscript-plugin

Tymly Plugin npm (scoped) CircleCI codecov CodeFactor Dependabot badge Commitizen friendly JavaScript Style Guide license

This plugin handles interactions to do with cardscript.

...

Install

$ npm install tymly-cardscript-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