Closed
Description
Do you want to request a feature or report a bug?
- feature
What is the current behavior?
jest --watch
my tests will create new files on project directory. jest rerun when watch new files. run tests loop ......
I try set testPathIgnorePatterns
and testPathDirs
exclude the new files directory, but same way.
If the current behavior is a bug, please provide the steps to reproduce and either a repl.it demo through https://repl.it/languages/jest or a minimal repository on GitHub that we can yarn install
and yarn test
.
What is the expected behavior?
Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.
- yarn 0.18.1
- jest 16.0.2
- node 7.3.0
Metadata
Metadata
Assignees
Labels
No labels