I have an express server written in es6
and I am trying to setup my integration tests using jest
.
I looked into setupFiles
but it runs for every file which is kind of slow. I looked into setupGlobal
but it won't transpile ES6 code.
Is there a canonical solution to this problem?
Aucun commentaire:
Enregistrer un commentaire