@wmfs/tymly-diaries-plugin
v1.21.0
Published
Plugin to handle bookings and appointment kind of things within Tymly framework
Downloads
393
Maintainers
Readme
tymly-diaries-plugin
Plugin to handle bookings and appointment kind of things
Description coming soon...
Install
$ npm install tymly-diaries-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