File tree 2 files changed +4
-4
lines changed
packages/kit/src/core/config
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ test('fills in partial blanks', () => {
146
146
protocol : null
147
147
} ,
148
148
host : null ,
149
- hydrate : true ,
149
+ hydrate : null ,
150
150
inlineStyleThreshold : 0 ,
151
151
methodOverride : {
152
152
parameter : '_method' ,
@@ -173,7 +173,7 @@ test('fills in partial blanks', () => {
173
173
pages : undefined
174
174
} ,
175
175
protocol : null ,
176
- router : true ,
176
+ router : null ,
177
177
ssr : null ,
178
178
target : null ,
179
179
trailingSlash : 'never'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ test('load default config (esm)', async () => {
36
36
protocol : null
37
37
} ,
38
38
host : null ,
39
- hydrate : true ,
39
+ hydrate : null ,
40
40
inlineStyleThreshold : 0 ,
41
41
methodOverride : {
42
42
parameter : '_method' ,
@@ -60,7 +60,7 @@ test('load default config (esm)', async () => {
60
60
pages : undefined
61
61
} ,
62
62
protocol : null ,
63
- router : true ,
63
+ router : null ,
64
64
ssr : null ,
65
65
target : null ,
66
66
trailingSlash : 'never'
You can’t perform that action at this time.
0 commit comments