jstinytest icon indicating copy to clipboard operation
jstinytest copied to clipboard

Tiniest simplest unit testing library for JavaScript

Results 4 jstinytest issues
Sort by recently updated
recently updated
newest added

Minor refactoring: * Example file is now valid HTML. * Use [strict mode](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode). * Use string literals. * Fix typo.

Hi Joe, I really like and appreciate your minimal approach to the testing library. This is just an update that uses more es6 javascript syntax, primarily shorthand method definitions and...

Proposed changes: - Add additional output to the browser's window. - update screenshots and readme to show new window output. The browser window output is accomplished by having tinytest.js insert...