Skip to content

Commit 120035d

Browse files
committed
test: more time for vue-tsc
1 parent 6ee0848 commit 120035d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mkdist.test.ts

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

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

0 commit comments

Comments
 (0)