hedgedoc/test/public-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 MediaService: Add unit tests 2021-02-13 22:12:19 +01:00
alias.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