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

Added assertions not available to test.only

Open fernandogmar opened this issue 7 years ago • 6 comments

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!

fernandogmar avatar Jul 05 '17 09:07 fernandogmar

You can try a similar extend-tape package https://github.com/bySabi/tapa author here

bySabi avatar Jul 05 '17 11:07 bySabi

@bySabi thanks but it didn't work either, did you notice what I am talking about?

test.only(

fernandogmar avatar Jul 06 '17 08:07 fernandogmar

I open a issue about it. You can move there is you want.

bySabi avatar Jul 06 '17 09:07 bySabi

@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.

bySabi avatar Jul 06 '17 16:07 bySabi

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 .

fernandogmar avatar Jul 07 '17 07:07 fernandogmar

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 :-)

bySabi avatar Jul 07 '17 07:07 bySabi