Skip to content

Commit

Permalink
update more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jan 18, 2022
1 parent 639ffa5 commit d9b9202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/kit/src/core/config/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ test('fills in partial blanks', () => {
protocol: null
},
host: null,
hydrate: true,
hydrate: null,
inlineStyleThreshold: 0,
methodOverride: {
parameter: '_method',
Expand All @@ -173,7 +173,7 @@ test('fills in partial blanks', () => {
pages: undefined
},
protocol: null,
router: true,
router: null,
ssr: null,
target: null,
trailingSlash: 'never'
Expand Down

0 comments on commit d9b9202

Please sign in to comment.