WebStorm does not support typescript.*.json files,
but always uses the nearest tsconfig.json.
Moving the test-specific tsconfig into the test folder allows WebStorm
to use the correct config for the E2E-tests and
stops it from showing unnecessary errors.
Signed-off-by: David Mehren <git@herrmehren.de>
For some reason Jest sometimes times out when running in GitHub Actions.
This tries to mitigate that error.
Signed-off-by: David Mehren <git@herrmehren.de>