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 f2979a3 commit 7587b3bCopy full SHA for 7587b3b
lib/watcher.js
@@ -126,6 +126,7 @@ class Watcher {
126
.then(runStatus => {
127
runStatus.previousFailCount = this.sumPreviousFailures(currentVector);
128
logger.finish(runStatus);
129
+ logger.write('[ava] To rerun tests, enter `r`\n[ava] To update snapshots used in the previous test run, enter `u`');
130
131
const badCounts = runStatus.failCount + runStatus.rejectionCount + runStatus.exceptionCount;
132
this.clearLogOnNextRun = this.clearLogOnNextRun && badCounts === 0;
0 commit comments