Test suites, diagrams, experiments, and sample apps relevant for JavaScript application development.
Candidates for reusable pieces of code...when done properly
All test suites are written with 'tape' and use 'debug' npm module.
Therefore we have two types of statements in the console:
- Statements written with debug
- Statements written with tape assertions
Sample test output:
MIT