hedgedoc/test
David Mehren 79065b8d3f
Media E2E tests: Add error handling for upload cleanup
Previously, `fs.rmdir` was called multiple times on the same path,
even when the path was already deleted.
This causes test failures in Node 16.

This commit extracts the cleanup code into a utility function
and ensures that no error is thrown when the given path is already deleted.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-04-22 21:29:23 +02:00
..
private-api Media E2E tests: Add error handling for upload cleanup 2021-04-22 21:29:23 +02:00
public-api Media E2E tests: Add error handling for upload cleanup 2021-04-22 21:29:23 +02:00
utils.ts Media E2E tests: Add error handling for upload cleanup 2021-04-22 21:29:23 +02:00