Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
fix: correct error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Narretz committed Jul 23, 2022
1 parent 93aee5c commit aef47ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.js
Expand Up @@ -17,7 +17,7 @@ function cypressGrepPlugin(config) {
const { env } = config
if (!config.specPattern) {
throw new Error(
'Incompatible versions detected, cypress-grep 2.0.0+ requires Cypress 10.0.0+ ',
'Incompatible versions detected, cypress-grep 3.0.0+ requires Cypress 10.0.0+ ',
)
}

Expand Down

0 comments on commit aef47ed

Please sign in to comment.