0.0.2 • Published 5 years ago
@asserted/node-uptime v0.0.2
node-uptime
Local example Node API uptime test with Asserted

Walkthough
This example is referenced in a walkthrough about Node API Health Checks and Uptime
Try it out
# Clone example
git clone https://github.com/assertedio/node-uptime
# Enter directory and install
cd node-uptime/
npm install
# Run asserted tests
npm run test:asrtdAdd to your own project
In order to create your own tests in your own repo, you should create an account and follow the quick onboarding.
Learn more
Notes
- Typically the
asrtdcommand line tool is installed globally withnpm i -g asrtd. - All code related to running the tests for Asserted should be in the
.asserteddirectory.