Skip to content

Commit a113ed4

Browse files
committed
fix: unit test
1 parent ddf78b0 commit a113ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/uni-builder/tests/parseConfig.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ describe('parseCommonConfig', () => {
141141
(
142142
await parseCommonConfig({
143143
html: {
144-
favicon: 'https://www.foo.com/default.ico',
144+
favicon: new URL('https://www.foo.com/default.ico').href,
145145
faviconByEntries: {
146146
foo: 'https://www.foo.com/foo.ico',
147147
},

0 commit comments

Comments
 (0)