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

Commit aef47ed

Browse files
committed
fix: correct error message
1 parent 93aee5c commit aef47ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function cypressGrepPlugin(config) {
1717
const { env } = config
1818
if (!config.specPattern) {
1919
throw new Error(
20-
'Incompatible versions detected, cypress-grep 2.0.0+ requires Cypress 10.0.0+ ',
20+
'Incompatible versions detected, cypress-grep 3.0.0+ requires Cypress 10.0.0+ ',
2121
)
2222
}
2323

0 commit comments

Comments
 (0)