exp: add hanging-process reporter for investigation

This commit is contained in:
kakkokari-gtyih 2026-04-20 14:25:35 +09:00
commit 26851f8282

View file

@ -8,6 +8,7 @@ export default mergeConfig(
include: ['./test/e2e/**/*.ts'],
globalSetup: './built-test/entry.js',
setupFiles: ['./test/setup.e2e.ts'],
reporters: process.env.GITHUB_ACTIONS === 'true' ? ['default', 'hanging-process', 'github-actions'] : ['default', 'hanging-process'],
},
}),
);