hedgedoc/test
David Mehren cccd52d1b0
Note E2E tests: Set a non-JSON content-type to avoid Nest trying to parse markdown to JSON.
Nest automatically tries to parse incoming requests with application/json as content-type and responds with HTTP 400 if the parsing fails. As our test-note-content is not valid JSON, we need to set another content-type.

Signed-off-by: David Mehren <git@herrmehren.de>
2020-09-22 18:30:22 +02:00
..
public-api Note E2E tests: Set a non-JSON content-type to avoid Nest trying to parse markdown to JSON. 2020-09-22 18:30:22 +02:00
jest-e2e.json Add Jest config for E2E tests 2020-08-21 21:13:11 +02:00