Skip to content

Commit a7420ac

Browse files
committed
🔧 fix: update test case for async file
1 parent 618678b commit a7420ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ export const node = () => {
345345
? options
346346
: {
347347
...options,
348-
// @ts-expect-error
348+
// @ts-ignore
349349
host: options?.hostname
350350
},
351351
() => {
@@ -405,7 +405,7 @@ export const node = () => {
405405
? options
406406
: {
407407
...options,
408-
// @ts-expect-error
408+
// @ts-ignore
409409
host: options?.hostname
410410
}
411411
)
@@ -440,7 +440,7 @@ export const node = () => {
440440
app.modules.then(() => {
441441
if (typeof options === 'object')
442442
try {
443-
// @ts-expect-error
443+
// @ts-ignore
444444
serverInfo.reload(options)
445445
} catch {}
446446
})

0 commit comments

Comments
 (0)