This commit is contained in:
Oleg Maslov
2026-09-02 10:14:22 +02:00
parent 0c3e2ead3b
commit b20b138fe4
771 changed files with 161561 additions and 9027 deletions

View File

@@ -34,7 +34,12 @@ describe('tasks routes — path traversal guard (R6-002)', () => {
afterEach(async () => {
await server.close();
fs.rmSync(dataDir, { recursive: true, force: true });
fs.rmSync(dataDir, {
recursive: true,
force: true,
maxRetries: 10,
retryDelay: 100,
});
});
it('GET rejects a traversal :id with 400', async () => {