extend-tape icon indicating copy to clipboard operation
extend-tape copied to clipboard

Extends Tape with new assertions

Results 1 extend-tape issues
Sort by recently updated
recently updated
newest added

Hi Abel, on this case added assertions are not available ```javascript test.only('5 is bigger than 4', (t) => { t.biggerThan(4, 5); t.end(); }); ``` Gracias!