Skip to content

Commit 7587b3b

Browse files
committed
feat(watcher): print commands info
1 parent f2979a3 commit 7587b3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/watcher.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ class Watcher {
126126
.then(runStatus => {
127127
runStatus.previousFailCount = this.sumPreviousFailures(currentVector);
128128
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`');
129130

130131
const badCounts = runStatus.failCount + runStatus.rejectionCount + runStatus.exceptionCount;
131132
this.clearLogOnNextRun = this.clearLogOnNextRun && badCounts === 0;

0 commit comments

Comments
 (0)