Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Aug 28, 2024
1 parent 5e4d9ae commit 7d7acc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/core/src/csf-tools/vitest-plugin/transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export async function vitestTransform({
// TODO: switch order of testPathProperty and filePathProperty when the bug is fixed
// https://github.com/vitest-dev/vitest/issues/6367 (or probably just use testPathProperty)
filePathProperty,
testPathProperty,
testPathProperty
);

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

0 comments on commit 7d7acc4

Please sign in to comment.