Remove flaky context menu click tests #81

Merged
chrisp merged 4 commits from fix/remove-flaky-context-menu-tests into main 2026-06-10 05:59:50 +00:00
Showing only changes of commit 89a82b486f - Show all commits

View file

@ -38,7 +38,9 @@ export default defineConfig({
name: 'unit',
globals: true,
environment: 'jsdom',
setupFiles: ['./app/test/setup.ts']
setupFiles: ['./app/test/setup.ts'],
testTimeout: 30000,
hookTimeout: 30000,
}
}, {
extends: true,