Merge pull request #49 from rpihlak/fix-using-httpservice-in-e2e-tests

bugfix: fix using HttpService in e2e tests
This commit is contained in:
Kamil Myśliwiec
2018-08-16 20:05:25 +02:00
committed by GitHub
+1
View File
@@ -1,6 +1,7 @@
{ {
"moduleFileExtensions": ["js", "json", "ts"], "moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".", "rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$", "testRegex": ".e2e-spec.ts$",
"transform": { "transform": {
"^.+\\.(t|j)s$": "ts-jest" "^.+\\.(t|j)s$": "ts-jest"