Skip to content

Commit b6cdaff

Browse files
committed
fix: remove wait from open browser
1 parent 6782233 commit b6cdaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generate-report.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function generateReport(options) {
147147

148148
/* istanbul ignore if */
149149
if (openReportInBrowser) {
150-
open(path.join(reportPath, INDEX_HTML), {wait: true});
150+
open(path.join(reportPath, INDEX_HTML));
151151
}
152152

153153
function _parseFeatures(suite) {

0 commit comments

Comments
 (0)