The following file was also a regular expression that would match. * appe2e-spec.ts * appe2e-specxts
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.