hedgedoc/test
David Mehren 9c08ff94fe
fix(note): fix type for owner param
To make the create method easier to use in conjunction
with the authentication framework, this commit changes the type of
the `owner` parameter from `User | undefined` to `User | null`.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-11-14 21:46:04 +01:00
..
private-api fix(note): fix type for owner param 2021-11-14 21:46:04 +01:00
public-api fix(note): fix type for owner param 2021-11-14 21:46:04 +01:00
test-setup.ts TestSetup: Initialize full app and session middleware 2021-10-28 10:18:05 +02:00
tsconfig.json Move tsconfig.test.json to test directory 2021-10-21 19:51:57 +02:00
tsconfig.json.license Move tsconfig.test.json to test directory 2021-10-21 19:51:57 +02:00
utils.ts Enforce import order with prettier 2021-08-29 18:45:46 +02:00