hedgedoc/test/private-api
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
..
fixtures PrivateE2E: Add test fixtures for private api 2021-03-24 11:14:48 +01:00
alias.e2e-spec.ts refactor(config): extract note config from app config 2022-01-30 22:19:50 +01:00
auth.e2e-spec.ts feat(test-setup): restructure to synchronous builder 2022-01-27 21:05:17 +01:00
history.e2e-spec.ts refactor(config): extract note config from app config 2022-01-30 22:19:50 +01:00
me.e2e-spec.ts feat(test-setup): restructure to synchronous builder 2022-01-27 21:05:17 +01:00
media.e2e-spec.ts feat(test-setup): restructure to synchronous builder 2022-01-27 21:05:17 +01:00
notes.e2e-spec.ts Replace fs.rmdir recursive by fs.rm recursive 2022-01-31 08:55:42 +01:00
register-and-login.e2e-spec.ts feat(test-setup): restructure to synchronous builder 2022-01-27 21:05:17 +01:00
tokens.e2e-spec.ts feat(test-setup): restructure to synchronous builder 2022-01-27 21:05:17 +01:00