kulshekhar / ts-jest

A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript.
https://kulshekhar.github.io/ts-jest
MIT License
6.98k stars 455 forks source link

ts-jest fails to collect coverage with custom compiler #1277

Open MichalLytek opened 5 years ago

MichalLytek commented 5 years ago

Issue :

I have a configured lerna monorepo that uses jest projects config to run all the tests at once and a custom compiler: "ttypescript", setting to apply some transformers for the paths mapping: https://github.com/MichalLytek/type-graphql/tree/vNext

The problem is that when I run the jest --coverage on root dir, it collects the coverage ignoring collectCoverageFrom settings. And when I run this command in selected dir, the coverage from is ok but ts-jest brokes compilation on applying transformers.

src/index.ts:2:17 - error TS2307: Cannot find module '@src/bar'.

import bar from "@src/bar";

Normal tests jest --verbose works ok without any problem, both for folder-scoper and on the root folder with projects.

I've tried with Node 10, Node 12, TS 3.6.3, TS 3.7.1-rc - nothing works.

Expected behavior :

It should properly run custom compiler on collecting coverage.

Also it should collect coverage only from all projects collectCoverageFrom settings.

Debug log:

log file content
# content of ts-jest.log :
{"context":{"logLevel":20,"namespace":"Importer","package":"ts-jest","version":"24.1.0"},"message":"creating Importer singleton","sequence":1,"time":"2019-11-04T20:25:24.783Z"}
{"context":{"allowJs":false,"logLevel":20,"namespace":"jest-preset","package":"ts-jest","version":"24.1.0"},"message":"creating jest presets not handling JavaScript files","sequence":2,"time":"2019-11-04T20:25:24.797Z"}
{"context":{"actualVersion":"24.9.0","expectedVersion":">=24 <25","logLevel":20,"namespace":"versions","package":"ts-jest","version":"24.1.0"},"message":"checking version of jest: OK","sequence":3,"time":"2019-11-04T20:25:24.804Z"}
{"context":{"baseOptions":{},"logLevel":20,"namespace":"jest-transformer","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"created new transformer","sequence":4,"time":"2019-11-04T20:25:24.804Z"}
{"context":{"fileName":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core\\src\\utils\\index.ts","logLevel":20,"namespace":"jest-transformer","package":"ts-jest","transformOptions":{"config":{"automock":false,"browser":false,"cache":true,"cacheDirectory":"C:\\Users\\Michal\\AppData\\Local\\Temp\\jest","clearMocks":false,"coveragePathIgnorePatterns":["\\\\node_modules\\\\"],"cwd":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core","dependencyExtractor":null,"detectLeaks":false,"detectOpenHandles":false,"errorOnDeprecated":false,"filter":null,"forceCoverageMatch":[],"globalSetup":null,"globalTeardown":null,"globals":{"ts-jest":{"compiler":"ttypescript","tsConfig":"<rootDir>/tests/tsconfig.json"}},"haste":{"computeSha1":false,"providesModuleNodeModules":[],"throwOnModuleCollision":false},"moduleDirectories":["node_modules"],"moduleFileExtensions":["js","json","jsx","ts","tsx","node"],"moduleNameMapper":{},"modulePathIgnorePatterns":[],"name":"e637590f3a12b0a379dda49ba7ee1816","prettierPath":"prettier","resetMocks":false,"resetModules":false,"resolver":null,"restoreMocks":false,"rootDir":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core","roots":["F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core"],"runner":"jest-runner","setupFiles":[],"setupFilesAfterEnv":[],"skipFilter":false,"snapshotSerializers":[],"testEnvironment":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core\\node_modules\\jest-environment-node\\build\\index.js","testEnvironmentOptions":{},"testLocationInResults":false,"testMatch":["F:/#Projekty/#Github/typegraphql-next/packages/core/tests/functional/**/*.ts","F:/#Projekty/#Github/typegraphql-next/packages/core/tests/unit/**/*.ts"],"testPathIgnorePatterns":["\\\\node_modules\\\\"],"testRegex":[],"testRunner":"F:\\#Projekty\\#Github\\typegraphql-next\\node_modules\\jest-jasmine2\\build\\index.js","testURL":"http://localhost","timers":"real","transform":[["^.+\\.tsx?$","F:\\#Projekty\\#Github\\typegraphql-next\\node_modules\\ts-jest\\dist\\index.js"]],"transformIgnorePatterns":["\\\\node_modules\\\\"],"watchPathIgnorePatterns":[]},"instrument":true,"rootDir":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core"},"transformerId":1,"version":"24.1.0"},"message":"computing cache key for F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core\\src\\utils\\index.ts","sequence":5,"time":"2019-11-04T20:25:24.894Z"}
{"context":{"logLevel":30,"namespace":"jest-transformer","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"no matching config-set found, creating a new one","sequence":6,"time":"2019-11-04T20:25:24.896Z"}
{"context":{"config":{"automock":false,"browser":false,"cache":true,"cacheDirectory":"C:\\Users\\Michal\\AppData\\Local\\Temp\\jest","clearMocks":false,"coveragePathIgnorePatterns":["\\\\node_modules\\\\"],"cwd":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core","dependencyExtractor":null,"detectLeaks":false,"detectOpenHandles":false,"errorOnDeprecated":false,"filter":null,"forceCoverageMatch":[],"globalSetup":null,"globalTeardown":null,"globals":{"ts-jest":{"compiler":"ttypescript","tsConfig":"<rootDir>/tests/tsconfig.json"}},"haste":{"computeSha1":false,"providesModuleNodeModules":[],"throwOnModuleCollision":false},"moduleDirectories":["node_modules"],"moduleFileExtensions":["js","json","jsx","ts","tsx","node"],"moduleNameMapper":{},"modulePathIgnorePatterns":[],"name":"e637590f3a12b0a379dda49ba7ee1816","prettierPath":"prettier","resetMocks":false,"resetModules":false,"resolver":null,"restoreMocks":false,"rootDir":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core","roots":["F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core"],"runner":"jest-runner","setupFiles":[],"setupFilesAfterEnv":[],"skipFilter":false,"snapshotSerializers":[],"testEnvironment":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core\\node_modules\\jest-environment-node\\build\\index.js","testEnvironmentOptions":{},"testLocationInResults":false,"testMatch":["F:/#Projekty/#Github/typegraphql-next/packages/core/tests/functional/**/*.ts","F:/#Projekty/#Github/typegraphql-next/packages/core/tests/unit/**/*.ts"],"testPathIgnorePatterns":["\\\\node_modules\\\\"],"testRegex":[],"testRunner":"F:\\#Projekty\\#Github\\typegraphql-next\\node_modules\\jest-jasmine2\\build\\index.js","testURL":"http://localhost","timers":"real","transform":[["^.+\\.tsx?$","F:\\#Projekty\\#Github\\typegraphql-next\\node_modules\\ts-jest\\dist\\index.js"]],"transformIgnorePatterns":["\\\\node_modules\\\\"],"watchPathIgnorePatterns":[]},"logLevel":20,"namespace":"backports","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"backporting config","sequence":7,"time":"2019-11-04T20:25:24.897Z"}
{"context":{"jestConfig":{"automock":false,"browser":false,"cache":true,"cacheDirectory":"C:\\Users\\Michal\\AppData\\Local\\Temp\\jest","clearMocks":false,"coveragePathIgnorePatterns":["\\\\node_modules\\\\"],"cwd":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core","dependencyExtractor":null,"detectLeaks":false,"detectOpenHandles":false,"errorOnDeprecated":false,"filter":null,"forceCoverageMatch":[],"globalSetup":null,"globalTeardown":null,"globals":{"ts-jest":{"compiler":"ttypescript","tsConfig":"<rootDir>/tests/tsconfig.json"}},"haste":{"computeSha1":false,"providesModuleNodeModules":[],"throwOnModuleCollision":false},"moduleDirectories":["node_modules"],"moduleFileExtensions":["js","json","jsx","ts","tsx","node"],"moduleNameMapper":{},"modulePathIgnorePatterns":[],"name":"e637590f3a12b0a379dda49ba7ee1816","prettierPath":"prettier","resetMocks":false,"resetModules":false,"resolver":null,"restoreMocks":false,"rootDir":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core","roots":["F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core"],"runner":"jest-runner","setupFiles":[],"setupFilesAfterEnv":[],"skipFilter":false,"snapshotSerializers":[],"testEnvironment":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core\\node_modules\\jest-environment-node\\build\\index.js","testEnvironmentOptions":{},"testLocationInResults":false,"testMatch":["F:/#Projekty/#Github/typegraphql-next/packages/core/tests/functional/**/*.ts","F:/#Projekty/#Github/typegraphql-next/packages/core/tests/unit/**/*.ts"],"testPathIgnorePatterns":["\\\\node_modules\\\\"],"testRegex":[],"testRunner":"F:\\#Projekty\\#Github\\typegraphql-next\\node_modules\\jest-jasmine2\\build\\index.js","testURL":"http://localhost","timers":"real","transform":[["^.+\\.tsx?$","F:\\#Projekty\\#Github\\typegraphql-next\\node_modules\\ts-jest\\dist\\index.js"]],"transformIgnorePatterns":["\\\\node_modules\\\\"],"watchPathIgnorePatterns":[]},"logLevel":20,"namespace":"config","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"normalized jest config","sequence":8,"time":"2019-11-04T20:25:24.897Z"}
{"context":{"fromPath":"<rootDir>/tests/tsconfig.json","logLevel":20,"namespace":"config","package":"ts-jest","toPath":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core\\tests\\tsconfig.json","transformerId":1,"version":"24.1.0"},"message":"resolved path from <rootDir>/tests/tsconfig.json to F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core\\tests\\tsconfig.json","sequence":9,"time":"2019-11-04T20:25:24.898Z"}
{"context":{"logLevel":20,"namespace":"config","package":"ts-jest","transformerId":1,"tsJestConfig":{"compiler":"ttypescript","diagnostics":{"ignoreCodes":[6059,18002,18003],"pretty":true,"throws":true},"isolatedModules":false,"packageJson":{"kind":"file"},"transformers":[],"tsConfig":{"kind":"file","value":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core\\tests\\tsconfig.json"}},"version":"24.1.0"},"message":"normalized ts-jest config","sequence":10,"time":"2019-11-04T20:25:24.899Z"}
{"context":{"logLevel":20,"namespace":"config","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"babel is disabled","sequence":11,"time":"2019-11-04T20:25:24.918Z"}
{"context":{"logLevel":20,"namespace":"Importer","package":"ts-jest","requireResult":{"exists":true,"given":"ttypescript","path":"F:\\#Projekty\\#Github\\typegraphql-next\\node_modules\\ttypescript\\lib\\typescript.js"},"version":"24.1.0"},"message":"loaded module ttypescript","sequence":12,"time":"2019-11-04T20:25:25.400Z"}
{"context":{"logLevel":20,"namespace":"config","package":"ts-jest","transformerId":1,"tsConfigFileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/tests/tsconfig.json","version":"24.1.0"},"message":"readTsConfig(): reading F:/#Projekty/#Github/typegraphql-next/packages/core/tests/tsconfig.json","sequence":13,"time":"2019-11-04T20:25:25.400Z"}
{"context":{"logLevel":20,"namespace":"config","package":"ts-jest","transformerId":1,"tsconfig":{"input":{"compilerOptions":{"baseUrl":"./","paths":{"@tests/*":["./*"],"@typegraphql/core":["../lib"]},"plugins":[{"exclude":["*"],"transform":"@zerollup/ts-transform-paths"}]},"extends":"../../../tsconfig.settings.json"},"resolved":{"compileOnSave":false,"configFileSpecs":{"includeSpecs":["**/*"],"validatedIncludeSpecs":["**/*"],"wildcardDirectories":{"f:/#projekty/#github/typegraphql-next/packages/core/tests":1}},"errors":[],"fileNames":["F:/#Projekty/#Github/typegraphql-next/packages/core/tests/functional/bar.ts","F:/#Projekty/#Github/typegraphql-next/packages/core/tests/functional/foo.ts","F:/#Projekty/#Github/typegraphql-next/packages/core/tests/helpers/help.ts"],"options":{"allowSyntheticDefaultImports":true,"baseUrl":"F:/#Projekty/#Github/typegraphql-next/packages/core/tests","configFilePath":"F:/#Projekty/#Github/typegraphql-next/packages/core/tests/tsconfig.json","declaration":false,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"importHelpers":true,"inlineSourceMap":false,"inlineSources":true,"lib":["lib.es2018.d.ts","lib.es2018.asynciterable.d.ts"],"module":1,"noEmit":false,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"outDir":"$$ts-jest$$","paths":{"@tests/*":["./*"],"@typegraphql/core":["../lib"]},"plugins":[{"exclude":["*"],"transform":"@zerollup/ts-transform-paths"}],"removeComments":false,"resolveJsonModule":true,"sourceMap":true,"strict":true,"target":5},"raw":{"compileOnSave":false,"compilerOptions":{"baseUrl":"./","paths":{"@tests/*":["./*"],"@typegraphql/core":["../lib"]},"plugins":[{"exclude":["*"],"transform":"@zerollup/ts-transform-paths"}]},"extends":"../../../tsconfig.settings.json"},"typeAcquisition":{"enable":false,"exclude":[],"include":[]},"wildcardDirectories":{"f:/#projekty/#github/typegraphql-next/packages/core/tests":1}}},"version":"24.1.0"},"message":"normalized typescript config","sequence":14,"time":"2019-11-04T20:25:25.430Z"}
{"context":{"fileName":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core\\src\\utils\\index.ts","logLevel":20,"namespace":"jest-transformer","package":"ts-jest","transformOptions":{"instrument":true},"transformerId":1,"version":"24.1.0"},"message":"processing F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core\\src\\utils\\index.ts","sequence":15,"time":"2019-11-04T20:25:25.446Z"}
{"context":{"logLevel":20,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"creating typescript compiler (language service)","sequence":16,"time":"2019-11-04T20:25:25.447Z"}
{"context":{"cacheDirectory":"C:\\Users\\Michal\\AppData\\Local\\Temp\\jest\\ts-jest\\ff\\4551f0c312416b598ea04fb763e75efe8399f6","logLevel":20,"namespace":"config","package":"ts-jest","version":"24.1.0"},"message":"will use file caching","sequence":17,"time":"2019-11-04T20:25:25.448Z"}
{"context":{"logLevel":20,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"creating language service","sequence":18,"time":"2019-11-04T20:25:25.449Z"}
{"context":{"fileName":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core\\src\\utils\\index.ts","logLevel":20,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readThrough(): cache miss","sequence":19,"time":"2019-11-04T20:25:25.454Z"}
{"context":{"fileName":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core\\src\\utils\\index.ts","logLevel":20,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getOutput(): compiling using language service","sequence":20,"time":"2019-11-04T20:25:25.454Z"}
{"context":{"fileName":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core\\src\\utils\\index.ts","logLevel":20,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"updateMemoryCache()","sequence":21,"time":"2019-11-04T20:25:25.454Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/tests/functional/bar.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":22,"time":"2019-11-04T20:25:25.456Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/tests/functional/foo.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":23,"time":"2019-11-04T20:25:25.457Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/tests/helpers/help.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":24,"time":"2019-11-04T20:25:25.457Z"}
{"context":{"cacheHit":true,"fileName":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core\\src\\utils\\index.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":25,"time":"2019-11-04T20:25:25.458Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":26,"time":"2019-11-04T20:25:25.487Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/tslib/tslib.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":27,"time":"2019-11-04T20:25:25.494Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/lib/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":28,"time":"2019-11-04T20:25:25.502Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/lib/foo.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":29,"time":"2019-11-04T20:25:25.505Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/lib/bar.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":30,"time":"2019-11-04T20:25:25.506Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/lib/utils/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":31,"time":"2019-11-04T20:25:25.506Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/lib/utils/check-deps-version.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":32,"time":"2019-11-04T20:25:25.507Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":33,"time":"2019-11-04T20:25:25.521Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":34,"time":"2019-11-04T20:25:25.523Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":35,"time":"2019-11-04T20:25:25.526Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":36,"time":"2019-11-04T20:25:25.528Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":37,"time":"2019-11-04T20:25:25.535Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":38,"time":"2019-11-04T20:25:25.538Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":39,"time":"2019-11-04T20:25:25.542Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":40,"time":"2019-11-04T20:25:25.550Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":41,"time":"2019-11-04T20:25:25.553Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":42,"time":"2019-11-04T20:25:25.557Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":43,"time":"2019-11-04T20:25:25.561Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":44,"time":"2019-11-04T20:25:25.565Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":45,"time":"2019-11-04T20:25:25.568Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":46,"time":"2019-11-04T20:25:25.570Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":47,"time":"2019-11-04T20:25:25.573Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":48,"time":"2019-11-04T20:25:25.578Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":49,"time":"2019-11-04T20:25:25.580Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":50,"time":"2019-11-04T20:25:25.583Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":51,"time":"2019-11-04T20:25:25.585Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":52,"time":"2019-11-04T20:25:25.587Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":53,"time":"2019-11-04T20:25:25.589Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":54,"time":"2019-11-04T20:25:25.595Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":55,"time":"2019-11-04T20:25:25.597Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":56,"time":"2019-11-04T20:25:25.599Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":57,"time":"2019-11-04T20:25:25.606Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":58,"time":"2019-11-04T20:25:25.612Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":59,"time":"2019-11-04T20:25:25.615Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":60,"time":"2019-11-04T20:25:25.616Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":61,"time":"2019-11-04T20:25:25.617Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":62,"time":"2019-11-04T20:25:25.619Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":63,"time":"2019-11-04T20:25:25.620Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":64,"time":"2019-11-04T20:25:25.624Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":65,"time":"2019-11-04T20:25:25.627Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":66,"time":"2019-11-04T20:25:25.632Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":67,"time":"2019-11-04T20:25:25.636Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":68,"time":"2019-11-04T20:25:25.639Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":69,"time":"2019-11-04T20:25:25.641Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":70,"time":"2019-11-04T20:25:25.646Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":71,"time":"2019-11-04T20:25:25.652Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":72,"time":"2019-11-04T20:25:25.656Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":73,"time":"2019-11-04T20:25:25.662Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":74,"time":"2019-11-04T20:25:25.664Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":75,"time":"2019-11-04T20:25:25.666Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":76,"time":"2019-11-04T20:25:25.667Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":77,"time":"2019-11-04T20:25:25.670Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":78,"time":"2019-11-04T20:25:25.673Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":79,"time":"2019-11-04T20:25:25.676Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":80,"time":"2019-11-04T20:25:25.678Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":81,"time":"2019-11-04T20:25:25.685Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":82,"time":"2019-11-04T20:25:25.688Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/node_modules/@types/babel__core/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":83,"time":"2019-11-04T20:25:25.693Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":84,"time":"2019-11-04T20:25:25.747Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":85,"time":"2019-11-04T20:25:25.752Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":86,"time":"2019-11-04T20:25:25.755Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":87,"time":"2019-11-04T20:25:25.761Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":88,"time":"2019-11-04T20:25:25.762Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":89,"time":"2019-11-04T20:25:25.765Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":90,"time":"2019-11-04T20:25:25.766Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":91,"time":"2019-11-04T20:25:25.769Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/node_modules/@types/babel__generator/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":92,"time":"2019-11-04T20:25:25.773Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/node_modules/@babel/types/lib/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":93,"time":"2019-11-04T20:25:25.778Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/node_modules/@types/babel__traverse/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":94,"time":"2019-11-04T20:25:25.872Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/node_modules/@types/babel__template/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":95,"time":"2019-11-04T20:25:25.931Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/node_modules/@babel/parser/typings/babel-parser.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":96,"time":"2019-11-04T20:25:25.936Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":97,"time":"2019-11-04T20:25:25.945Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/node_modules/@types/istanbul-lib-coverage/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":98,"time":"2019-11-04T20:25:25.947Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/node_modules/@types/istanbul-lib-report/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":99,"time":"2019-11-04T20:25:25.951Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":100,"time":"2019-11-04T20:25:25.955Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":101,"time":"2019-11-04T20:25:25.959Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/node_modules/@types/istanbul-reports/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":102,"time":"2019-11-04T20:25:25.960Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":103,"time":"2019-11-04T20:25:25.962Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":104,"time":"2019-11-04T20:25:25.965Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/node_modules/@types/stack-utils/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":105,"time":"2019-11-04T20:25:25.966Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/node_modules/@types/yargs/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":106,"time":"2019-11-04T20:25:25.969Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":107,"time":"2019-11-04T20:25:25.998Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":108,"time":"2019-11-04T20:25:26.001Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/node_modules/@types/yargs-parser/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":109,"time":"2019-11-04T20:25:26.002Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/eslint-visitor-keys/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":110,"time":"2019-11-04T20:25:26.005Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/events/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":111,"time":"2019-11-04T20:25:26.006Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/glob/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":112,"time":"2019-11-04T20:25:26.007Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":113,"time":"2019-11-04T20:25:26.014Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/ts3.2/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":114,"time":"2019-11-04T20:25:26.016Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/base.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":115,"time":"2019-11-04T20:25:26.017Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/globals.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":116,"time":"2019-11-04T20:25:26.018Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/assert.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":117,"time":"2019-11-04T20:25:26.033Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/async_hooks.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":118,"time":"2019-11-04T20:25:26.035Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/buffer.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":119,"time":"2019-11-04T20:25:26.037Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/child_process.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":120,"time":"2019-11-04T20:25:26.037Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":121,"time":"2019-11-04T20:25:26.051Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/cluster.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":122,"time":"2019-11-04T20:25:26.057Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/console.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":123,"time":"2019-11-04T20:25:26.064Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/constants.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":124,"time":"2019-11-04T20:25:26.065Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/crypto.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":125,"time":"2019-11-04T20:25:26.071Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/dgram.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":126,"time":"2019-11-04T20:25:26.088Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/dns.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":127,"time":"2019-11-04T20:25:26.095Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/domain.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":128,"time":"2019-11-04T20:25:26.101Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/events.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":129,"time":"2019-11-04T20:25:26.103Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/fs.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":130,"time":"2019-11-04T20:25:26.104Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/http.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":131,"time":"2019-11-04T20:25:26.141Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/http2.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":132,"time":"2019-11-04T20:25:26.145Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/https.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":133,"time":"2019-11-04T20:25:26.174Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/inspector.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":134,"time":"2019-11-04T20:25:26.175Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/module.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":135,"time":"2019-11-04T20:25:26.210Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/net.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":136,"time":"2019-11-04T20:25:26.211Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/os.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":137,"time":"2019-11-04T20:25:26.214Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/path.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":138,"time":"2019-11-04T20:25:26.216Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/perf_hooks.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":139,"time":"2019-11-04T20:25:26.223Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/process.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":140,"time":"2019-11-04T20:25:26.231Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/punycode.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":141,"time":"2019-11-04T20:25:26.235Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/querystring.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":142,"time":"2019-11-04T20:25:26.236Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/readline.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":143,"time":"2019-11-04T20:25:26.237Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/repl.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":144,"time":"2019-11-04T20:25:26.239Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/stream.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":145,"time":"2019-11-04T20:25:26.259Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/string_decoder.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":146,"time":"2019-11-04T20:25:26.270Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/timers.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":147,"time":"2019-11-04T20:25:26.270Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/tls.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":148,"time":"2019-11-04T20:25:26.274Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/trace_events.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":149,"time":"2019-11-04T20:25:26.282Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/tty.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":150,"time":"2019-11-04T20:25:26.283Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/url.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":151,"time":"2019-11-04T20:25:26.284Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/util.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":152,"time":"2019-11-04T20:25:26.287Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/v8.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":153,"time":"2019-11-04T20:25:26.291Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/vm.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":154,"time":"2019-11-04T20:25:26.295Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/worker_threads.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":155,"time":"2019-11-04T20:25:26.305Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/zlib.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":156,"time":"2019-11-04T20:25:26.308Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/ts3.2/fs.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":157,"time":"2019-11-04T20:25:26.315Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/ts3.2/util.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":158,"time":"2019-11-04T20:25:26.316Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/node/ts3.2/globals.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":159,"time":"2019-11-04T20:25:26.317Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2018.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":160,"time":"2019-11-04T20:25:26.318Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2017.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":161,"time":"2019-11-04T20:25:26.318Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2016.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":162,"time":"2019-11-04T20:25:26.319Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2015.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":163,"time":"2019-11-04T20:25:26.319Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es5.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":164,"time":"2019-11-04T20:25:26.319Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2015.core.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":165,"time":"2019-11-04T20:25:26.364Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2015.collection.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":166,"time":"2019-11-04T20:25:26.371Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2015.generator.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":167,"time":"2019-11-04T20:25:26.374Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2015.iterable.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":168,"time":"2019-11-04T20:25:26.375Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2015.symbol.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":169,"time":"2019-11-04T20:25:26.381Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2015.promise.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":170,"time":"2019-11-04T20:25:26.382Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2015.proxy.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":171,"time":"2019-11-04T20:25:26.383Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2015.reflect.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":172,"time":"2019-11-04T20:25:26.384Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":173,"time":"2019-11-04T20:25:26.385Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2016.array.include.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":174,"time":"2019-11-04T20:25:26.387Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2017.object.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":175,"time":"2019-11-04T20:25:26.388Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":176,"time":"2019-11-04T20:25:26.389Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2017.string.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":177,"time":"2019-11-04T20:25:26.394Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2017.intl.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":178,"time":"2019-11-04T20:25:26.395Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":179,"time":"2019-11-04T20:25:26.395Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":180,"time":"2019-11-04T20:25:26.396Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":181,"time":"2019-11-04T20:25:26.397Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2018.promise.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":182,"time":"2019-11-04T20:25:26.398Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2018.regexp.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":183,"time":"2019-11-04T20:25:26.398Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.es2018.intl.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":184,"time":"2019-11-04T20:25:26.400Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.esnext.intl.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":185,"time":"2019-11-04T20:25:26.400Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/typescript/lib/lib.esnext.bigint.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":186,"time":"2019-11-04T20:25:26.401Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":187,"time":"2019-11-04T20:25:26.408Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":188,"time":"2019-11-04T20:25:26.410Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/minimatch/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":189,"time":"2019-11-04T20:25:26.411Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/jest/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":190,"time":"2019-11-04T20:25:26.413Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":191,"time":"2019-11-04T20:25:26.430Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/jest-diff/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":192,"time":"2019-11-04T20:25:26.430Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":193,"time":"2019-11-04T20:25:26.432Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/jest-diff/build/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":194,"time":"2019-11-04T20:25:26.434Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":195,"time":"2019-11-04T20:25:26.435Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/jest-diff/build/types.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":196,"time":"2019-11-04T20:25:26.436Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/json-schema/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":197,"time":"2019-11-04T20:25:26.436Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/normalize-package-data/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":198,"time":"2019-11-04T20:25:26.440Z"}
{"context":{"cacheHit":false,"fileName":"F:/#Projekty/#Github/typegraphql-next/node_modules/@types/validator/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":199,"time":"2019-11-04T20:25:26.441Z"}
{"context":{"call":null,"logLevel":20,"namespace":"ts-hoisting","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"visitSourceFileNode(): hoisting","sequence":200,"time":"2019-11-04T20:25:26.961Z"}
{"context":{"fileName":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core\\src\\utils\\index.ts","logLevel":20,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getOutput(): computing diagnostics","sequence":201,"time":"2019-11-04T20:25:26.986Z"}
{"context":{"cacheHit":true,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/tests/functional/bar.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":202,"time":"2019-11-04T20:25:26.987Z"}
{"context":{"cacheHit":true,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/tests/functional/foo.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":203,"time":"2019-11-04T20:25:26.987Z"}
{"context":{"cacheHit":true,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/tests/helpers/help.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":204,"time":"2019-11-04T20:25:26.987Z"}
{"context":{"cacheHit":true,"fileName":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core\\src\\utils\\index.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":205,"time":"2019-11-04T20:25:26.987Z"}
{"context":{"cacheHit":true,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/tests/functional/bar.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":206,"time":"2019-11-04T20:25:26.988Z"}
{"context":{"cacheHit":true,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/tests/functional/foo.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":207,"time":"2019-11-04T20:25:26.988Z"}
{"context":{"cacheHit":true,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/tests/helpers/help.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":208,"time":"2019-11-04T20:25:26.988Z"}
{"context":{"cacheHit":true,"fileName":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core\\src\\utils\\index.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":209,"time":"2019-11-04T20:25:26.989Z"}
{"context":{"cacheHit":true,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/tests/functional/bar.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":210,"time":"2019-11-04T20:25:26.989Z"}
{"context":{"cacheHit":true,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/tests/functional/foo.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":211,"time":"2019-11-04T20:25:26.989Z"}
{"context":{"cacheHit":true,"fileName":"F:/#Projekty/#Github/typegraphql-next/packages/core/tests/helpers/help.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":212,"time":"2019-11-04T20:25:26.989Z"}
{"context":{"cacheHit":true,"fileName":"F:\\#Projekty\\#Github\\typegraphql-next\\packages\\core\\src\\utils\\index.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":213,"time":"2019-11-04T20:25:26.989Z"}
{"context":{"diagnosticCodes":[2307],"diagnosticText":"\u001b[96msrc/utils/index.ts\u001b[0m:\u001b[93m3\u001b[0m:\u001b[93m8\u001b[0m - \u001b[91merror\u001b[0m\u001b[90m TS2307: \u001b[0mCannot find module '@src/utils/check-deps-version'.\n\n\u001b[7m3\u001b[0m } from \"@src/utils/check-deps-version\";\n\u001b[7m \u001b[0m \u001b[91m       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n","logLevel":20,"namespace":"TSError","package":"ts-jest","version":"24.1.0"},"message":"created new TSError","sequence":214,"time":"2019-11-04T20:25:26.993Z"}
01b[96msrc/index.ts\u001b[0m:\u001b[93m3\u001b[0m:\u001b[93m66\u001b[0m - \u001b[91merror\u001b[0m\u001b[90m TS2307: \u001b[0mCannot find module '@src/utils'.\n\n\u001b[7m3\u001b[0m import { ensureInstalledCorrectTypeGraphQLPackagesVersion } from \"@src/utils\";\n\u001b[7m \u001b[0m \u001b[91m                                                                 ~~~~~~~~~~~~\u001b[0m\n","logLevel":20,"namespace":"TSError","package":"ts-jest","version":"24.1.0"},"message":"created new TSError","sequence":214,"time":"2019-11-04T20:25:26.962Z"}

Minimal repo :

https://github.com/MichalLytek/type-graphql/tree/vNext

ahnpnl commented 5 years ago

Hi, I see you are using path mapping in tsconfig but I couldn't find your jest config moduleNameMapper accordingly. That will usually throw the error "cannot find module". Would you please add moduleNameMapper for your jest config and check if still seeing the same error.

Regarding to collect coverage, i'm not sure what caused the issue.

MichalLytek commented 5 years ago

I use custom compiler with a plugin that rewrites the paths. And it works, test are executed correctly, no "cannot find module" or type errors. They fail only on collecting coverage, like the compiler is not used on coverage things.

ahnpnl commented 5 years ago

Hmm, so to break down your described problem, I see 2 things:

The first issue could be that jest doesn't pick up the correct config. This one I think it's more related to jest itself. Ts-jest doesn't interfere with how jest picks up config

The 2nd issue is definitely related to ts and custom compiler. Based on your above comment that it failed at generating coverage report ? (Sorry I haven't checked your repo yet because my internet is down)

MichalLytek commented 5 years ago

This one I think it's more related to jest itself.

Yes, I will report that to the Jest repo. I mentioned it only as a background of what I was doing and trying.

Based on your above comment that it failed at generating coverage report?

Yes, the tests step is executed without any problem but then it throws TS types error on collecting coverage step:

[...]\typegraphql-next\packages\core> npx jest --verbose --runInBand --coverage
 PASS  tests/functional/foo.ts
  foo
    √ should return 'foo' (3ms)

 PASS  tests/functional/bar.ts
  bar
    √ should return 'bar' (1ms)

Running coverage on untested files...Failed to collect coverage from [...]\typegraphql-next\packages\core\src\index.ts
ERROR: TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
src/index.ts:1:17 - error TS2307: Cannot find module '@src/foo'.

1 import foo from "@src/foo";
                  ~~~~~~~~~~
src/index.ts:2:17 - error TS2307: Cannot find module '@src/bar'.

2 import bar from "@src/bar";
                  ~~~~~~~~~~
src/index.ts:3:66 - error TS2307: Cannot find module '@src/utils'.

3 import { ensureInstalledCorrectTypeGraphQLPackagesVersion } from "@src/utils";
                                                                   ~~~~~~~~~~~~
STACK:
Failed to collect coverage from [...]\typegraphql-next\packages\core\src\utils\index.ts
ERROR: TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
src/utils/index.ts:3:8 - error TS2307: Cannot find module '@src/utils/check-deps-version'.

3 } from "@src/utils/check-deps-version";
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ahnpnl commented 5 years ago

Hi, I do have a few difficulties when cloning your repo and run your scenarios. Do you have some clear steps after cloning/downloading your repo to produce your scenarios ?

MichalLytek commented 5 years ago

@ahnpnl It should be just npm install in root folder and then npm run bootstrap after cloning to install all deps for the packages. Let me know if that doesn't work for you πŸ˜‰

ahnpnl commented 4 years ago

hi, I managed to make your repo work by doing these:

then I could run the tests. I have a question regarding to your jest config. From what I saw from your repo, there are 2 files jest.base.js and jest.config.js. How are these 2 files relate to each other ? When I put console log in ts-jest codes, your repo runs tests with this jest config which is collected by jest itself and pass to ts-jest process

automock: false,
  browser: false,
  cache: true,
  cacheDirectory: '/private/var/folders/cf/mkbmyv653tb__lcrmgd2zp700000gn/T/jest_dx',
  clearMocks: false,
  coveragePathIgnorePatterns: [ '/node_modules/' ],
  cwd: '/Users/ahn/issues-ts-jest/issue-1227',
  detectLeaks: false,
  detectOpenHandles: false,
  displayName: { name: 'CLASS-VALIDATOR', color: 'white' },
  errorOnDeprecated: false,
  extraGlobals: [],
  forceCoverageMatch: [],
  globals: {
    'ts-jest': {
      tsConfig: '<rootDir>/tests/tsconfig.json',
      compiler: 'ttypescript'
    }
  },
  haste: {
    computeSha1: false,
    providesModuleNodeModules: [],
    throwOnModuleCollision: false
  },
  moduleDirectories: [ 'node_modules' ],
  moduleFileExtensions: [ 'js', 'json', 'jsx', 'ts', 'tsx', 'node' ],
  moduleNameMapper: [],
  modulePathIgnorePatterns: [],
  name: 'a96a8a5c596e3eb8f5289a45b2975243',
  prettierPath: 'prettier',
  resetMocks: false,
  resetModules: false,
  restoreMocks: false,
  rootDir: '/Users/ahn/issues-ts-jest/issue-1227/packages/class-validator',
  roots: [ '/Users/ahn/issues-ts-jest/issue-1227/packages/class-validator' ],
  runner: 'jest-runner',
  setupFiles: [],
  setupFilesAfterEnv: [
    '/Users/ahn/issues-ts-jest/issue-1227/node_modules/jest-extended/dist/index.js'
  ],
  skipFilter: false,
  snapshotSerializers: [],
  testEnvironment: '/Users/ahn/issues-ts-jest/issue-1227/node_modules/jest-environment-node/build/index.js',
  testEnvironmentOptions: {},
  testLocationInResults: false,
  testMatch: [
    '/Users/ahn/issues-ts-jest/issue-1227/packages/class-validator/tests/functional/**/*.ts',
    '/Users/ahn/issues-ts-jest/issue-1227/packages/class-validator/tests/unit/**/*.ts'
  ],
  testPathIgnorePatterns: [ '/node_modules/' ],
  testRegex: [],
  testRunner: '/Users/ahn/issues-ts-jest/issue-1227/node_modules/jest-jasmine2/build/index.js',
  testURL: 'http://localhost',
  timers: 'real',
  transform: [
    [
      '^.+\\.tsx?$',
      '/Users/ahn/issues-ts-jest/issue-1227/node_modules/ts-jest/dist/index.js',
      {}
    ]
  ],
  transformIgnorePatterns: [ '/node_modules/' ],
  watchPathIgnorePatterns: []

by looking at this jest config, the option collectCoverageFrom doesn't exist so that's why you saw the coverage report isn't like your expectation.

ts-jest doesn't take care of collect base jest config but only use base jest config to enrich global property. Since the base jest config doesn't contain collectCoverageFrom so it's not ts-jest issue.

MichalLytek commented 4 years ago

@ahnpnl

Since the base jest config doesn't contain collectCoverageFrom so it's not ts-jest issue.

How not calling a custom compiler (thus not applying custom paths transformer) is not a ts-jest issue?

Running coverage on untested files...Failed to collect coverage from [...]\typegraphql-next\packages\core\src\index.ts
ERROR: TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
src/index.ts:1:17 - error TS2307: Cannot find module '@src/foo'.

1 import foo from "@src/foo";
                  ~~~~~~~~~~
src/index.ts:2:17 - error TS2307: Cannot find module '@src/bar'.

The issue is about that "when I run this command in selected dir, the coverage from is ok but ts-jest brokes compilation on applying transformers.".

So on root dir it works but collects coverage from lib (other story) but it doesn't work when I just want to test single project.

Detailed steps to reproduce:

STACK: 
Failed to collect coverage from F:\#Projekty\#Github\typegraphql-next\packages\core\src\index.ts
ERROR: TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
src/index.ts:1:32 - error TS2307: Cannot find module '@src/foo'.

1 export { default as foo } from "@src/foo";
ahnpnl commented 4 years ago

hi, I only looked at the 1st issue regarding to

The problem is that when I run the jest --coverage on root dir, it collects the coverage ignoring collectCoverageFrom settings

I haven't looked into the 2nd issue yet related to custom compiler. I hope the debugging information above solved your 1st question. Will keep you updated related to 2nd issue.

when I run this command in selected dir, the coverage from is ok but ts-jest brokes compilation on applying transformers.

Updated: I think I saw the issue. The compileOptions only contains the paths of current level tsconfig.json.

"paths": {
      "@typegraphql/core": ["../lib"],
      "@tests/*": ["./*"]
},

Since test files are in tests folder and tests folder has a tsconfig.json, ts-jest only takes into account of this tsconfig.json + tsconfig.settings.json and it doesn't know about tsconfig.json on core folder level. I tried to make tests/tsconfig.json to extend core/tsconfig.json but I still couldn't get the correct config (typescript seems to ignore extends option in tests/tsconfig.json).

A workaround for now is declaring path mapping in tests/tsconfig.json, for example

{
  "extends": "../../../tsconfig.settings.json",
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "@typegraphql/core": ["../lib"],
      "@tests/*": ["./*"],
      "@src/*": ["../src/*"]  <---- this is added extra
    },
    "plugins": [
      {
        "transform": "@zerollup/ts-transform-paths",
        "exclude": ["*"]
      }
    ]
  }
}

Another suggestion is: it's hard to debug when test files' extension is the same as normal files' extension even though there is a folder called tests, imo it's better to follow test file extension, either .spec.ts or .test.ts.

ahnpnl commented 4 years ago

hi @MichalLytek , for some reasons I can't reproduce the error anymore related to

when I run this command in selected dir, the coverage from is ok but ts-jest brokes compilation on applying transformers.

on your master branch. Did you change something to make it work ?

MichalLytek commented 4 years ago

@ahnpnl I have unpublished that vNext branch but I still can reproduce the issue there with the newest deps.

I gonna try to create a bare repository with my TS transformers setup so you will be able to checkout and reproduce that issue πŸ˜‰

ahnpnl commented 4 years ago

thanks, that would be much better with a small repo πŸ‘

johncrim commented 4 years ago

@MichalLytek - I came across this issue b/c I'm experiencing a similar issue. All of the suggestions listed here were already in place, but I was still seeing errors when collecting coverage data, like:

STACK: 
Failed to collect coverage from /<snip>/libs/data-access/src/lib/change-store/subscription-db-store-map.ts
ERROR: libs/data-access/src/lib/change-store/subscription-db-store-map.ts:2:30 - error TS2307: Cannot find module '@mycompany/util'.

The tests pass fine, but I ended up with these errors while collecting coverage. After trying a bunch of things, and reviewing the docs, I found that switching to using the v8 coverage provider makes the issue go away.

Docs here: https://jestjs.io/docs/en/configuration#coverageprovider-string

Change jest.config.js to:

testEnvironment: "jest-environment-jsdom-sixteen",
coverageProvider: 'v8',

Then add jest-environment-jsdom-sixteen to your project.

Hope that helps...

ahnpnl commented 4 years ago

@MichalLytek @johncrim Is it easy to reproduce this issue with a very simple project like this repo https://github.com/ahnpnl/ts-jest-only-example ?

MichalLytek commented 4 years ago

@johncrim If I set up coverageProvider: 'v8', I don't get the errors but also I have red 0 coverage πŸ™„ I guess it's because trying to map src files which fails when using path mapping and linking to builded js code.

As the Jest team has fixed the coverage for projects setups, I can get coverage from the whole project, so for now I don't have time to make a separate reproduction repo for the issue "run jest --coverage in selected dir and run into issue with cannot find module." 😞