Skip to content

Commit

Permalink
Changed non-existent globtester.com with other online tool for glob m…
Browse files Browse the repository at this point in the history
…atching
  • Loading branch information
DCzajkowski committed Nov 22, 2022
1 parent 4bbd78e commit 1b4ff47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/types/cypress.d.ts
Expand Up @@ -2695,7 +2695,7 @@ declare namespace Cypress {
*/
env: { [key: string]: any }
/**
* A String or Array of glob patterns used to ignore test files that would otherwise be shown in your list of tests. Cypress uses minimatch with the options: {dot: true, matchBase: true}. We suggest using http://globtester.com to test what files would match.
* A String or Array of glob patterns used to ignore test files that would otherwise be shown in your list of tests. Cypress uses minimatch with the options: {dot: true, matchBase: true}. We suggest using https://toools.cloud/miscellaneous/glob-tester to test what files would match.
* @default "*.hot-update.js"
*/
excludeSpecPattern: string | string[]
Expand Down

0 comments on commit 1b4ff47

Please sign in to comment.