Skip to content

Commit 0ccbe4d

Browse files
committed
chore: formatting
1 parent a5b3b5c commit 0ccbe4d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/vitest.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ function dontLoadJsonPlugin() {
4040
return null
4141
}
4242

43-
const filePath = path.join(path.dirname(importer), id).replaceAll("\\", "/")
43+
const filePath = path
44+
.join(path.dirname(importer), id)
45+
.replaceAll("\\", "/")
4446

4547
return `${resolvedIdPrefix}${filePath}${ignoreExtension}`
4648
},

0 commit comments

Comments
 (0)