hedgedoc/test
Yannick Bungers 42ad99e20b Replace fs.rmdir recursive by fs.rm recursive
fs.rmdir(path, { recursive: true}) is deprecated and
is replaced by fs.rm(path, { recursive: true}).

Signed-off-by: Yannick Bungers <git@innay.de>
2022-01-31 08:55:42 +01:00
..
private-api Replace fs.rmdir recursive by fs.rm recursive 2022-01-31 08:55:42 +01:00
public-api Replace fs.rmdir recursive by fs.rm recursive 2022-01-31 08:55:42 +01:00
test-setup.ts refactor(config): extract note config from app config 2022-01-30 22:19:50 +01:00
tsconfig.json Move tsconfig.test.json to test directory 2021-10-14 19:55:55 +02:00
tsconfig.json.license Move tsconfig.test.json to test directory 2021-10-14 19:55:55 +02:00
utils.ts Replace fs.rmdir recursive by fs.rm recursive 2022-01-31 08:55:42 +01:00