question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ts-jest fails to collect coverage with custom compiler

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:15

github_iconTop GitHub Comments

4reactions
johncrimcommented, May 1, 2020

@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…

1reaction
MichalLytekcommented, Aug 30, 2020

@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.” 😞

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot generate Jest coverage report - Stack Overflow
Your 'collectCoverageFrom' value seems to me malformed in your jest config. You would use double asterisks ** to recursively all directories ...
Read more >
Configuring Jest
Indicates whether the coverage information should be collected while executing the test. Because this retrofits all executed files with coverage ...
Read more >
ts-jest - npm
ts -jest is a TypeScript preprocessor with source map support for Jest that lets you use Jest to test projects written in TypeScript....
Read more >
Configuring package.json · Jest
This config option lets you customize where Jest stores that cache data on disk. ... This will collect coverage information for all the...
Read more >
ts-jest cannot find module | The Search Engine You Control
In My case, the error was caused by the fact that Visual Studio Code was using global/default TypeScript version, instead of the workspace/project...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found