hedgedoc/test/private-api
David Mehren d1dbd1bb22 feat(test-setup): restructure to synchronous builder
The previous pattern used async methods for the builder pattern,
which were hideous to use when chained multiple times.

This extracts the builder into a separate class
and uses normal functions in the builder.
These queue async functions in arrays, which are executed
at the correct time, when the new async `build` function is called.

Signed-off-by: David Mehren <git@herrmehren.de>
2022-01-27 21:05:17 +01:00
..
fixtures PrivateE2E: Add test fixtures for private api 2021-03-24 11:14:48 +01:00
alias.e2e-spec.ts feat(test-setup): restructure to synchronous builder 2022-01-27 21:05:17 +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 feat(test-setup): restructure to synchronous builder 2022-01-27 21:05:17 +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 feat(test-setup): restructure to synchronous builder 2022-01-27 21:05:17 +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