Skip to content

Commit

Permalink
Update cli/types/cypress.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Aug 27, 2020
1 parent eb4168a commit a787044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/types/cypress.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ declare namespace Cypress {
relative: string // "cypress/integration/config_passing_spec.coffee" or "__all" if clicked all specs button
absolute: string
specFilter?: string // optional spec filter used by the user
specType: CypressSpecType
specType?: CypressSpecType
}

/**
Expand Down

0 comments on commit a787044

Please sign in to comment.