hedgedoc/test
David Mehren 5a16047f50
AuthController: Return 409 Conflict when user already exists
The previously used HTTP error 400 'Bad Request' is not really
applicable here, as the client did not send a malformed message.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-10-28 10:18:05 +02:00
..
private-api AuthController: Return 409 Conflict when user already exists 2021-10-28 10:18:05 +02:00
public-api Update API routes in public API E2E tests 2021-10-21 20:17:03 +02: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