extend-tape
extend-tape copied to clipboard
Added assertions not available to test.only
Hi Abel,
on this case added assertions are not available
test.only('5 is bigger than 4', (t) => {
t.biggerThan(4, 5);
t.end();
});
Gracias!
You can try a similar extend-tape
package https://github.com/bySabi/tapa
author here
@bySabi thanks but it didn't work either, did you notice what I am talking about?
test.only(
I open a issue about it. You can move there is you want.
@fernandogmar is solved on tapa
By the way tapa
is more robust than this package. I create it because with extend-tape
added helpers can't not be called from nested test deepest than two level.
Great!
Good to know it! :D
Thanks a lot! I am happy that Spanish names become more natural on javascript projects :D
2017-07-06 18:21 GMT+02:00 bySabi Files [email protected]:
@fernandogmar https://github.com/fernandogmar is solved on tapa
By the way tapa is more robust than this package. I create it because with extend-tape added helpers can't not be called from nested test deepest than two level.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/atabel/extend-tape/issues/4#issuecomment-313446230, or mute the thread https://github.com/notifications/unsubscribe-auth/AAzFDONwKdvKBdr-AxC2BaGXY_HOSvAWks5sLQl5gaJpZM4OOGBW .
La verdad es que lo tenia a huevo: add helpers to tap
= add tapa
Igual que con https://github.com/bySabi/tap-lochnest que es para hacer nested tap outputs
Me divertí mucho haciendo los README de los dos :-)