Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 439 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 439 Bytes

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.