Skip to content

Commit d9b9202

Browse files
committed
update more tests
1 parent 639ffa5 commit d9b9202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/kit/src/core/config/index.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ test('fills in partial blanks', () => {
146146
protocol: null
147147
},
148148
host: null,
149-
hydrate: true,
149+
hydrate: null,
150150
inlineStyleThreshold: 0,
151151
methodOverride: {
152152
parameter: '_method',
@@ -173,7 +173,7 @@ test('fills in partial blanks', () => {
173173
pages: undefined
174174
},
175175
protocol: null,
176-
router: true,
176+
router: null,
177177
ssr: null,
178178
target: null,
179179
trailingSlash: 'never'

0 commit comments

Comments
 (0)