Closed martinbagshaw closed 5 years ago
As Jest seems to discover and run all test files regardless of their location, I propose the following: move test files to reside in the folder for the files they are testing
database.test.js
routes.test.js
As Jest seems to discover and run all test files regardless of their location, I propose the following: move test files to reside in the folder for the files they are testing
database.test.js
=> db folderroutes.test.js
=> routes folder ...etc