We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0fb4f commit 3b198d5Copy full SHA for 3b198d5
vitest.config.mts
@@ -26,7 +26,7 @@ export default defineConfig({
26
test: {
27
onConsoleLog: () => true,
28
environment: 'happy-dom',
29
- include: ['**/optimizely_user_context/*.spec.ts'],
+ include: ['**/*.spec.ts'],
30
typecheck: {
31
enabled: true,
32
tsconfig: 'tsconfig.spec.json',
0 commit comments