mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 17:56:30 -05:00
d1dbd1bb22
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> |
||
---|---|---|
.. | ||
fixtures | ||
alias.e2e-spec.ts | ||
auth.e2e-spec.ts | ||
history.e2e-spec.ts | ||
me.e2e-spec.ts | ||
media.e2e-spec.ts | ||
notes.e2e-spec.ts | ||
register-and-login.e2e-spec.ts | ||
tokens.e2e-spec.ts |