We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4d9ae commit 7d7acc4Copy full SHA for 7d7acc4
code/core/src/csf-tools/vitest-plugin/transformer.ts
@@ -175,7 +175,7 @@ export async function vitestTransform({
175
// TODO: switch order of testPathProperty and filePathProperty when the bug is fixed
176
// https://github.com/vitest-dev/vitest/issues/6367 (or probably just use testPathProperty)
177
filePathProperty,
178
- testPathProperty,
+ testPathProperty
179
);
180
181
// Create the final expression: import.meta.url.includes(...)
0 commit comments