Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 585 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 585 Bytes

Logsmith Testing Documentation

Unit Testing for Logsmith are enables by Mocha and Chai.

Run the Tests

npm run test

REST Scripts for Testing Endpoints

Uses REST Client VSCode Extention. Link

Make sure the PORT value is set correctly in the RESTSnippets.rest file

To Run a Request Click on the Send Request Button.

diagram

Clean-Up

After running through the demo/test clean-up the sample data using

make clean-up