Skip to content

Commit 55402a7

Browse files
committed
Fix formatting issues
Husky and a precommit hook would be nice for contributors not used to your style
1 parent 6c55805 commit 55402a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

support.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@ const registerHooks = () => {
164164
Cypress.env('codeCoverage'),
165165
'url',
166166
'/__coverage__'
167-
).split(',').map(u => u.trim());
167+
)
168+
.split(',')
169+
.map(u => u.trim())
168170
urls.map(url => {
169171
logMessage(`Requesting coverage for **${url}**`)
170172
cy.request({

0 commit comments

Comments
 (0)