Skip to content

Commit 3a18fdb

Browse files
committed
fix: format
1 parent 86503f2 commit 3a18fdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/unplugin-vue-i18n/test/utils.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ async function bundleVite(
5454
}
5555

5656
if (ignoreIds == null) {
57-
ignoreIds = await glob(resolve(__dirname, './fixtures/directives/*.vue'), { expandDirectories: false })
57+
ignoreIds = await glob(resolve(__dirname, './fixtures/directives/*.vue'), {
58+
expandDirectories: false
59+
})
5860
}
5961

6062
// @ts-ignore

0 commit comments

Comments
 (0)