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 authored Aug 27, 2020
1 parent 7ee7a97 commit e818036
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 // "integration" is the default
}

/**
Expand Down

0 comments on commit e818036

Please sign in to comment.