svr-imp/test
Riho Pihlak 84b05d83ff Fix using HttpService in e2e tests
HttpService did not work in e2e tests because Jest testEnvironment was
jsdom by default. HttpService threw NetworkError on each request because
axios uses XHR adapter instead of HTTP adapter in this environment.

Now, Jest testEnvironment is node.
2018-07-27 18:39:16 +03:00
..
app.e2e-spec.ts bugfix: fix broken unit test example 2018-04-28 18:04:45 +02:00
jest-e2e.json Fix using HttpService in e2e tests 2018-07-27 18:39:16 +03:00