mardi 5 novembre 2019

How to make Jest find my tests in my project structure?

We have the following structure in the project

/ComponentFolder
    index.js
    spec.js

Jest used to find these spec files but not any more.

Or should I change the structure to the following structure?

Component.js
Component.test.js

Aucun commentaire:

Enregistrer un commentaire