Skip to content

Commit 92485cc

Browse files
committed
fix linter
1 parent 7131786 commit 92485cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const registerHooks = () => {
7474
// Note that we are purposefully not supporting the optional chaining syntax here to
7575
// support a wide range of projects (some of which are not set up to support the optional
7676
// chaining syntax due to current Cypress limitations). See:
77-
// https://github.com/cypress-io/cypress/issues/20753
77+
// https://github.com/cypress-io/cypress/issues/20753
7878
if (win) {
7979
applicationSourceCoverage = win.__coverage__
8080
}

0 commit comments

Comments
 (0)