Skip to content

Commit b904c67

Browse files
author
pooya parsa
committed
test(config): update snapshot
1 parent ccca8e5 commit b904c67

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

packages/config/test/__snapshots__/options.test.js.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,10 @@ Object {
345345
"stringifyQuery": false,
346346
"trailingSlash": undefined,
347347
},
348+
"runtimeConfig": Object {
349+
"public": Object {},
350+
"server": Object {},
351+
},
348352
"server": Object {
349353
"host": "localhost",
350354
"https": false,

packages/config/test/config/__snapshots__/index.test.js.snap

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,10 @@ Object {
316316
"stringifyQuery": false,
317317
"trailingSlash": undefined,
318318
},
319+
"runtimeConfig": Object {
320+
"public": Object {},
321+
"server": Object {},
322+
},
319323
"server": Object {
320324
"host": "localhost",
321325
"https": false,
@@ -672,6 +676,10 @@ Object {
672676
"stringifyQuery": false,
673677
"trailingSlash": undefined,
674678
},
679+
"runtimeConfig": Object {
680+
"public": Object {},
681+
"server": Object {},
682+
},
675683
"server": Object {
676684
"host": "localhost",
677685
"https": false,

0 commit comments

Comments
 (0)