I am working on a project and I want to maintain its folder structure, so for each controller file, I have a controller.test
file, but sometimes, I might have empty test files, because of some reasons, when I have such situations, Jest throws errors, since the number of files is huge it's making really hard to find test fails from lots empty test file messages.
Does Jest have any configuration to prevent throwing error messages on empty test files?
Aucun commentaire:
Enregistrer un commentaire