Skip to content

Commit b6e64ab

Browse files
committed
feat: persist/restore state
1 parent e677789 commit b6e64ab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

common/test-schema.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@
108108
"type": "string"
109109
},
110110
"label": {
111-
"type": "string"
111+
"type": "string",
112+
"pattern": "^[a-z0-9_-]+$"
112113
},
113114
"description": {
114115
"type": "string"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "regressify",
3-
"version": "1.2.28",
3+
"version": "1.2.29",
44
"description": "Visual regression tests support",
55
"main": "src/index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)