Skip to content

Commit 8de3834

Browse files
committed
feat(watcher): print commands info
1 parent 2349316 commit 8de3834

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
@@ -123,6 +123,7 @@ class Watcher {
123123
.then(runStatus => {
124124
runStatus.previousFailCount = this.sumPreviousFailures(currentVector);
125125
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`');
126127

127128
const badCounts = runStatus.failCount + runStatus.rejectionCount + runStatus.exceptionCount;
128129
this.clearLogOnNextRun = this.clearLogOnNextRun && badCounts === 0;

0 commit comments

Comments
 (0)