Commit Graph

2 Commits

Author SHA1 Message Date
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
Kamil Myśliwiec 794c2abdde feature: make typescript starter more robust 2018-03-26 20:39:15 +02:00