Skip to content

Commit 2ef1ac7

Browse files
committed
Adjusting snapshot.
1 parent fbe1b17 commit 2ef1ac7

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

express-zod-api/tests/__snapshots__/env.spec.ts.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exports[`Environment checks > Zod checks/refinements > Snapshot control 'ZodNumb
4646
"format": "safeint",
4747
"maximum": 9007199254740991,
4848
"minimum": -9007199254740991,
49-
"pattern": /\\^\\\\d\\+\\$/,
49+
"pattern": /\\^-\\?\\\\d\\+\\$/,
5050
},
5151
"constr": [Function],
5252
"def": {
@@ -62,7 +62,7 @@ exports[`Environment checks > Zod checks/refinements > Snapshot control 'ZodNumb
6262
},
6363
"deferred": [],
6464
"parse": [Function],
65-
"pattern": /\\^\\\\d\\+\\$/,
65+
"pattern": /\\^-\\?\\\\d\\+\\$/,
6666
"run": [Function],
6767
"traits": Set {
6868
"ZodNumber",
@@ -79,7 +79,7 @@ exports[`Environment checks > Zod checks/refinements > Snapshot control 'ZodNumb
7979
"format": "safeint",
8080
"maximum": 9007199254740991,
8181
"minimum": -9007199254740991,
82-
"pattern": /\\^\\\\d\\+\\$/,
82+
"pattern": /\\^-\\?\\\\d\\+\\$/,
8383
},
8484
"check": [Function],
8585
"constr": [Function],
@@ -94,7 +94,7 @@ exports[`Environment checks > Zod checks/refinements > Snapshot control 'ZodNumb
9494
[Function],
9595
],
9696
"parse": [Function],
97-
"pattern": /\\^\\\\d\\+\\$/,
97+
"pattern": /\\^-\\?\\\\d\\+\\$/,
9898
"run": [Function],
9999
"traits": Set {
100100
"ZodNumberFormat",
@@ -114,7 +114,7 @@ exports[`Environment checks > Zod checks/refinements > Snapshot control 'ZodNumb
114114
"format": "int32",
115115
"maximum": 2147483647,
116116
"minimum": -2147483648,
117-
"pattern": /\\^\\\\d\\+\\$/,
117+
"pattern": /\\^-\\?\\\\d\\+\\$/,
118118
},
119119
"check": [Function],
120120
"constr": [Function],
@@ -129,7 +129,7 @@ exports[`Environment checks > Zod checks/refinements > Snapshot control 'ZodNumb
129129
[Function],
130130
],
131131
"parse": [Function],
132-
"pattern": /\\^\\\\d\\+\\$/,
132+
"pattern": /\\^-\\?\\\\d\\+\\$/,
133133
"run": [Function],
134134
"traits": Set {
135135
"ZodNumberFormat",
@@ -149,7 +149,7 @@ exports[`Environment checks > Zod checks/refinements > Snapshot control 'ZodNumb
149149
"format": "safeint",
150150
"maximum": 1000,
151151
"minimum": -9007199254740991,
152-
"pattern": /\\^\\\\d\\+\\$/,
152+
"pattern": /\\^-\\?\\\\d\\+\\$/,
153153
},
154154
"check": [Function],
155155
"constr": [Function],
@@ -167,7 +167,7 @@ exports[`Environment checks > Zod checks/refinements > Snapshot control 'ZodNumb
167167
[Function],
168168
],
169169
"parse": [Function],
170-
"pattern": /\\^\\\\d\\+\\$/,
170+
"pattern": /\\^-\\?\\\\d\\+\\$/,
171171
"run": [Function],
172172
"traits": Set {
173173
"ZodNumberFormat",

0 commit comments

Comments
 (0)