Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 248 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 248 Bytes

poc-doctest

Proof of Concept to show off doctest lib.

history

npm init
npm install --save doctest

To run tests, run

npm test

To run tests from within VSCode (you need .vscode/tasks.json file for that): Ctrl-R T