cypress-grep
Advanced tools
Comparing version 2.4.0 to 2.4.1
{ | ||
"name": "cypress-grep", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Filter tests using substring", | ||
@@ -20,3 +20,3 @@ "main": "src/support", | ||
"cypress": "7.4.0", | ||
"cypress-expect": "2.4.0", | ||
"cypress-expect": "2.4.1", | ||
"prettier": "2.3.0", | ||
@@ -23,0 +23,0 @@ "semantic-release": "17.4.3" |
@@ -14,4 +14,4 @@ /// <reference types="cypress" /> | ||
*/ | ||
tags: string | string[] | ||
tags?: string | string[] | ||
} | ||
} |
23255