Skip to content

Commit 494a1fe

Browse files
committed
chore(shared): Update vitest config to include test files with both 'spec' and 'test' extensions
1 parent c4b8367 commit 494a1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/vitest.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineConfig({
1313
CLERK_SECRET_KEY: 'TEST_SECRET_KEY',
1414
},
1515
environment: 'jsdom',
16-
include: ['**/*.spec.{js,ts,jsx,tsx}'],
16+
include: ['**/*.{spec,test}.{js,ts,jsx,tsx}'],
1717
setupFiles: './vitest.setup.mts',
1818
},
1919
});

0 commit comments

Comments
 (0)