We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2349316 commit 8de3834Copy full SHA for 8de3834
lib/watcher.js
@@ -123,6 +123,7 @@ class Watcher {
123
.then(runStatus => {
124
runStatus.previousFailCount = this.sumPreviousFailures(currentVector);
125
logger.finish(runStatus);
126
+ logger.write('[ava] To rerun tests, enter `r`\n[ava] To update snapshots used in the previous test run, enter `u`');
127
128
const badCounts = runStatus.failCount + runStatus.rejectionCount + runStatus.exceptionCount;
129
this.clearLogOnNextRun = this.clearLogOnNextRun && badCounts === 0;
0 commit comments