Skip to content

Commit 59b139d

Browse files
committed
test: more time for vue-dts
1 parent b1c67f9 commit 59b139d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mkdist.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ describe('transform typescript script setup', () => {
216216
`)
217217
})
218218

219-
it('generates declaration', async () => {
219+
it('generates declaration', { timeout: 10000 }, async () => {
220220
const src = `
221221
<template>
222222
<div :data-test="toValue('hello')" />

0 commit comments

Comments
 (0)