Istanbul: multiple tests with tape

Created on 23 Oct 2015  路  2Comments  路  Source: gotwarlost/istanbul

I am using tape for testing. Running all tests is done with tape tests/*.js but istanbul test tests/*.js is only the equivalent of node tests/*.js which only runs the first test.

Any suggestions?

Most helpful comment

Actually - nevermind. Seems like istanbul test tape -- tests/*.js works.

All 2 comments

Actually - nevermind. Seems like istanbul test tape -- tests/*.js works.

thanks ;)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ahmtcn123 picture ahmtcn123  路  3Comments

gajus picture gajus  路  4Comments

parautenbach picture parautenbach  路  4Comments

Raynos picture Raynos  路  4Comments

olalonde picture olalonde  路  3Comments