You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when using --watch the screen is cleared on each run. This is ok when using jest alone but when using as part of a build process where you run linting, tests and buid on each file change then when the tests run you loose your terminal history including results from linting and build. By now I am getting around this by using "nodemon --watch src --ext js --exec 'npm run test'"
Would it be possible to add an option for watch to not clear the screen? Perhaps something like --watch --noclear.
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Feature Request
Currently when using --watch the screen is cleared on each run. This is ok when using jest alone but when using as part of a build process where you run linting, tests and buid on each file change then when the tests run you loose your terminal history including results from linting and build. By now I am getting around this by using "nodemon --watch src --ext js --exec 'npm run test'"
Would it be possible to add an option for watch to not clear the screen? Perhaps something like --watch --noclear.
The text was updated successfully, but these errors were encountered: