chore: remove mocha retries

This commit is contained in:
Sasha 2025-07-11 14:52:34 +02:00
parent c7682ea67c
commit 3ee6b2e6a9
No known key found for this signature in database

View File

@ -7,7 +7,7 @@ const config = {
'loader=ts-node/esm'
],
exit: true,
retries: 4
retries: 0
};
if (process.env.CI) {