hedgedoc/test/private-api
David Mehren 1cc797f13d
Separate private and public API in TestSetup
Including both PublicApiModule and PrivateApiModule in the test setup
lead to the API routes overwriting each other.
This adds a router to separate the APIs as they are in the normal app.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-10-15 16:44:43 +02:00
..
fixtures PrivateE2E: Add test fixtures for private api 2021-03-24 11:14:48 +01:00
alias.e2e-spec.ts Fix tests with using sessions in e2e tests of private api 2021-10-13 20:43:56 +02:00
auth.e2e-spec.ts feat: add auth e2e tests 2021-09-02 23:41:32 +02:00
history.e2e-spec.ts Migrate private history API E2E test to global TestSetup 2021-10-14 22:44:30 +02:00
me.e2e-spec.ts Migrate private me API E2E test to global TestSetup 2021-10-14 22:01:18 +02:00
media.e2e-spec.ts Migrate private media API E2E test to global TestSetup 2021-10-14 21:57:10 +02:00
notes.e2e-spec.ts Migrate private notes API E2E test to global TestSetup 2021-10-14 21:45:13 +02:00
tokens.e2e-spec.ts Separate private and public API in TestSetup 2021-10-15 16:44:43 +02:00