/slpdb_test

SLPDB tests

Primary LanguageJavaScript

SLPDB Test Suite

This project provides a series of tests to be performed on SLPDB utilizing slpserve.

Setup

Run npm install

Then cp .env.example .env and modify as needed.

Running

npm test to run the tests.

Development

A linter is included: npm run lint uses Standard JS to keep code consistent.