hedgedoc/test
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
..
private-api feat(test-setup): restructure to synchronous builder 2022-01-27 21:05:17 +01:00
public-api feat(test-setup): restructure to synchronous builder 2022-01-27 21:05:17 +01:00
test-setup.ts feat(test-setup): restructure to synchronous builder 2022-01-27 21:05:17 +01:00
tsconfig.json
tsconfig.json.license
utils.ts