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"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"