Commit Graph

4 Commits

Author SHA1 Message Date
Kamil Myśliwiec 3ad6bb5602
feature: update all dependencies 2018-08-16 20:09:22 +02:00
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 52e1cc679a bugfix: fix broken unit test example 2018-04-28 18:04:45 +02:00
Kamil Myśliwiec 794c2abdde feature: make typescript starter more robust 2018-03-26 20:39:15 +02:00