We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639ffa5 commit d9b9202Copy full SHA for d9b9202
packages/kit/src/core/config/index.spec.js
@@ -146,7 +146,7 @@ test('fills in partial blanks', () => {
146
protocol: null
147
},
148
host: null,
149
- hydrate: true,
+ hydrate: null,
150
inlineStyleThreshold: 0,
151
methodOverride: {
152
parameter: '_method',
@@ -173,7 +173,7 @@ test('fills in partial blanks', () => {
173
pages: undefined
174
175
protocol: null,
176
- router: true,
+ router: null,
177
ssr: null,
178
target: null,
179
trailingSlash: 'never'
0 commit comments