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
commit 841e57afa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"