Skip to content

Commit d855c41

Browse files
Merge pull request #18 from qavajs/AlexGalichenko-patch-1
Update README.MD
2 parents f483f10 + ce263c0 commit d855c41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ module.exports = {
1515
format: ['@qavajs/console-formatter'],
1616
formatOptions: {
1717
console: {
18-
showLogs: true // show this.log entries in output. Default - false
18+
showLogs: true, // show this.log entries in output. Default - false
19+
showProgress: true, // show progress bar. Default - true
1920
}
2021
},
2122
}

0 commit comments

Comments
 (0)