Skip to content

Commit ce263c0

Browse files
Update README.MD
1 parent f483f10 commit ce263c0

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)