Skip to content

Commit 7d7acc4

Browse files
committed
fix lint
1 parent 5e4d9ae commit 7d7acc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/core/src/csf-tools/vitest-plugin/transformer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export async function vitestTransform({
175175
// TODO: switch order of testPathProperty and filePathProperty when the bug is fixed
176176
// https://github.com/vitest-dev/vitest/issues/6367 (or probably just use testPathProperty)
177177
filePathProperty,
178-
testPathProperty,
178+
testPathProperty
179179
);
180180

181181
// Create the final expression: import.meta.url.includes(...)

0 commit comments

Comments
 (0)