dimanche 18 juin 2017

Run jest test on specific directory

I am using the following code to run Jest test on specific file.

jest utils.spec.js --collectCoverageFrom=**/utils.js

Now i would like to run all the test in specific directory, how i would do this?

Thanks.

Aucun commentaire:

Enregistrer un commentaire