This project provides a series of tests to be performed on SLPDB utilizing slpserve.
Run npm install
Then cp .env.example .env
and modify as needed.
npm test
to run the tests.
A linter is included: npm run lint
uses Standard JS to keep code consistent.