Skip to content

Commit fe37b01

Browse files
committed
style:removed comment
1 parent ba4ae4a commit fe37b01

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/cypress.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ module.exports = defineConfig({
2424
// viewportHeight: 1200,
2525
video: true,
2626
videoCompression: false,
27-
// Reference on skipping tests:
28-
// https://www.browserstack.com/guide/cypress-skip-test
27+
// About skipping tests: https://www.browserstack.com/guide/cypress-skip-test
2928
excludeSpecPattern: [
30-
// "./cypress/e2e/**/login.cy.js",
3129
"./cypress/e2e/**/graph_analysis.cy.js"
3230
],
3331
},

0 commit comments

Comments
 (0)