Skip to content

Commit 81c45bb

Browse files
committed
chore: update e2e config
1 parent 2c3a058 commit 81c45bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

e2e/vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default defineConfig({
55
globals: true,
66
environment: 'node',
77
include: ['**/*.e2e.ts'],
8+
exclude: ['.worktrees/**'],
89
testTimeout: 30000,
910
},
1011
});

0 commit comments

Comments
 (0)