mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
exp: add hanging-process reporter for investigation
This commit is contained in:
parent
d7295b09b9
commit
26851f8282
1 changed files with 1 additions and 0 deletions
|
|
@ -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'],
|
||||
},
|
||||
}),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue