An open API service indexing awesome lists of open source software.

https://github.com/roppa/testu

Test runner and assertion library
https://github.com/roppa/testu

Last synced: about 1 year ago
JSON representation

Test runner and assertion library

Awesome Lists containing this project

README

          

# Testu

![ {
expect(true).to.be.ok();
expect(0).to.equal(0);
});
```

- 'equal': equality test
- 'ok': truthy test

## Reporter

I decided to use [TAP (test anything protocol)](https://testanything.org/tap-specification.html) for the default reporter.