1.0.2 • Published 8 years ago

tpp v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

tpp

A simple testing library that is used for live testing during training sessions

How to use

npm i tpp

const { ok, equals } = require('tpp')

ok(true, 'should be valid')
equals(1,1, '1 === 1')

When you call these methods they simply return a string that is passed in with a 'success' or 'error' at the end of the return string.

This provides the user with a visual response so they can determine if their exercise was successful or not.

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago