Commit Graph

6 Commits

Author SHA1 Message Date
onozaty 17a8aa386e Fix incorrect regular expression in testRegex
The following file was also a regular expression that would match.
* appe2e-spec.ts
* appe2e-specxts
2023-12-28 16:48:51 +09:00
Chris Thomas a6b7c8fed1 close app handle in base e2e test 2023-02-19 15:35:42 +00:00
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