File tree 2 files changed +9
-0
lines changed
packages/kit/src/core/config
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ test('fills in defaults', () => {
29
29
template : 'src/app.html'
30
30
} ,
31
31
floc : false ,
32
+ headers : undefined ,
33
+ host : undefined ,
32
34
hydrate : true ,
33
35
inlineStyleThreshold : 0 ,
34
36
methodOverride : {
@@ -55,6 +57,7 @@ test('fills in defaults', () => {
55
57
onError : 'fail' ,
56
58
pages : undefined
57
59
} ,
60
+ protocol : undefined ,
58
61
router : true ,
59
62
ssr : null ,
60
63
target : null ,
@@ -135,6 +138,8 @@ test('fills in partial blanks', () => {
135
138
template : 'src/app.html'
136
139
} ,
137
140
floc : false ,
141
+ headers : undefined ,
142
+ host : undefined ,
138
143
hydrate : true ,
139
144
inlineStyleThreshold : 0 ,
140
145
methodOverride : {
@@ -161,6 +166,7 @@ test('fills in partial blanks', () => {
161
166
onError : 'fail' ,
162
167
pages : undefined
163
168
} ,
169
+ protocol : undefined ,
164
170
router : true ,
165
171
ssr : null ,
166
172
target : null ,
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ test('load default config (esm)', async () => {
31
31
template : join ( cwd , 'src/app.html' )
32
32
} ,
33
33
floc : false ,
34
+ headers : undefined ,
35
+ host : undefined ,
34
36
hydrate : true ,
35
37
inlineStyleThreshold : 0 ,
36
38
methodOverride : {
@@ -54,6 +56,7 @@ test('load default config (esm)', async () => {
54
56
onError : 'fail' ,
55
57
pages : undefined
56
58
} ,
59
+ protocol : undefined ,
57
60
router : true ,
58
61
ssr : null ,
59
62
target : null ,
You can’t perform that action at this time.
0 commit comments