Cannot find module xxx from yyyy
See original GitHub issueIssue :
I`m trying to use module-alias with ts-jest but it does not work at all. Tried all the configuration from the manual and also some links, but could not have it working.
Expected behavior :
Running tests and locating the given module mapped under moduleMapper. I got it working both on tsc/ts-node-dev, but not with jest. I’ve created a minimum setup to just reproduce the error.
Debug log:
# content of ts-jest.log :
{"context":{"allowJs":false,"logLevel":20,"namespace":"jest-preset","package":"ts-jest","version":"24.1.0"},"message":"creating jest presets not handling JavaScript files","sequence":1,"time":"2019-10-30T16:47:17.354Z"}
{"context":{"logLevel":20,"namespace":"Importer","package":"ts-jest","version":"24.1.0"},"message":"creating Importer singleton","sequence":2,"time":"2019-10-30T16:47:18.947Z"}
{"context":{"allowJs":false,"logLevel":20,"namespace":"jest-preset","package":"ts-jest","version":"24.1.0"},"message":"creating jest presets not handling JavaScript files","sequence":3,"time":"2019-10-30T16:47:18.952Z"}
{"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":4,"time":"2019-10-30T16:47:18.954Z"}
{"context":{"baseOptions":{},"logLevel":20,"namespace":"jest-transformer","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"created new transformer","sequence":5,"time":"2019-10-30T16:47:18.954Z"}
{"context":{"fileName":"/Users/happycardev/github/ts-jest-module/src/test/unit/domain/SearchService.test.ts","logLevel":20,"namespace":"jest-transformer","package":"ts-jest","transformOptions":{"config":{"automock":false,"browser":false,"cache":true,"cacheDirectory":"/private/var/folders/my/b2bw0xt528l_r4lkky2n46_m0000gn/T/jest_dx","clearMocks":false,"coveragePathIgnorePatterns":["/node_modules/"],"cwd":"/Users/happycardev/github/ts-jest-module","dependencyExtractor":null,"detectLeaks":false,"detectOpenHandles":false,"errorOnDeprecated":false,"filter":null,"forceCoverageMatch":[],"globalSetup":null,"globalTeardown":null,"globals":{"ts-jest":{"diagnostics":true,"tsConfig":"tsconfig.json"}},"haste":{"computeSha1":false,"providesModuleNodeModules":[],"throwOnModuleCollision":false},"moduleDirectories":["node_modules"],"moduleFileExtensions":["js","json","jsx","node","ts","tsx"],"moduleNameMapper":{},"modulePathIgnorePatterns":[],"name":"45cbf222b6e55cb48cb383247c1ceff4","prettierPath":"prettier","resetMocks":false,"resetModules":false,"resolver":null,"restoreMocks":false,"rootDir":"/Users/happycardev/github/ts-jest-module","roots":["/Users/happycardev/github/ts-jest-module"],"runner":"jest-runner","setupFiles":[],"setupFilesAfterEnv":[],"skipFilter":false,"snapshotSerializers":[],"testEnvironment":"/Users/happycardev/github/ts-jest-module/node_modules/jest-environment-jsdom/build/index.js","testEnvironmentOptions":{},"testLocationInResults":false,"testMatch":[],"testPathIgnorePatterns":["/node_modules/"],"testRegex":["(/__tests__/.*|(\\.|/)(test|spec))\\.(ts|tsx)?$"],"testRunner":"/Users/happycardev/github/ts-jest-module/node_modules/jest-jasmine2/build/index.js","testURL":"http://localhost","timers":"real","transform":[["^.+\\.tsx?$","/Users/happycardev/github/ts-jest-module/node_modules/ts-jest/dist/index.js"]],"transformIgnorePatterns":["/node_modules/"],"watchPathIgnorePatterns":[]},"instrument":false,"rootDir":"/Users/happycardev/github/ts-jest-module"},"transformerId":1,"version":"24.1.0"},"message":"computing cache key for /Users/happycardev/github/ts-jest-module/src/test/unit/domain/SearchService.test.ts","sequence":6,"time":"2019-10-30T16:47:18.955Z"}
{"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":7,"time":"2019-10-30T16:47:18.955Z"}
{"context":{"config":{"automock":false,"browser":false,"cache":true,"cacheDirectory":"/private/var/folders/my/b2bw0xt528l_r4lkky2n46_m0000gn/T/jest_dx","clearMocks":false,"coveragePathIgnorePatterns":["/node_modules/"],"cwd":"/Users/happycardev/github/ts-jest-module","dependencyExtractor":null,"detectLeaks":false,"detectOpenHandles":false,"errorOnDeprecated":false,"filter":null,"forceCoverageMatch":[],"globalSetup":null,"globalTeardown":null,"globals":{"ts-jest":{"diagnostics":true,"tsConfig":"tsconfig.json"}},"haste":{"computeSha1":false,"providesModuleNodeModules":[],"throwOnModuleCollision":false},"moduleDirectories":["node_modules"],"moduleFileExtensions":["js","json","jsx","node","ts","tsx"],"moduleNameMapper":{},"modulePathIgnorePatterns":[],"name":"45cbf222b6e55cb48cb383247c1ceff4","prettierPath":"prettier","resetMocks":false,"resetModules":false,"resolver":null,"restoreMocks":false,"rootDir":"/Users/happycardev/github/ts-jest-module","roots":["/Users/happycardev/github/ts-jest-module"],"runner":"jest-runner","setupFiles":[],"setupFilesAfterEnv":[],"skipFilter":false,"snapshotSerializers":[],"testEnvironment":"/Users/happycardev/github/ts-jest-module/node_modules/jest-environment-jsdom/build/index.js","testEnvironmentOptions":{},"testLocationInResults":false,"testMatch":[],"testPathIgnorePatterns":["/node_modules/"],"testRegex":["(/__tests__/.*|(\\.|/)(test|spec))\\.(ts|tsx)?$"],"testRunner":"/Users/happycardev/github/ts-jest-module/node_modules/jest-jasmine2/build/index.js","testURL":"http://localhost","timers":"real","transform":[["^.+\\.tsx?$","/Users/happycardev/github/ts-jest-module/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":8,"time":"2019-10-30T16:47:18.955Z"}
{"context":{"jestConfig":{"automock":false,"browser":false,"cache":true,"cacheDirectory":"/private/var/folders/my/b2bw0xt528l_r4lkky2n46_m0000gn/T/jest_dx","clearMocks":false,"coveragePathIgnorePatterns":["/node_modules/"],"cwd":"/Users/happycardev/github/ts-jest-module","dependencyExtractor":null,"detectLeaks":false,"detectOpenHandles":false,"errorOnDeprecated":false,"filter":null,"forceCoverageMatch":[],"globalSetup":null,"globalTeardown":null,"globals":{"ts-jest":{"diagnostics":true,"tsConfig":"tsconfig.json"}},"haste":{"computeSha1":false,"providesModuleNodeModules":[],"throwOnModuleCollision":false},"moduleDirectories":["node_modules"],"moduleFileExtensions":["js","json","jsx","node","ts","tsx"],"moduleNameMapper":{},"modulePathIgnorePatterns":[],"name":"45cbf222b6e55cb48cb383247c1ceff4","prettierPath":"prettier","resetMocks":false,"resetModules":false,"resolver":null,"restoreMocks":false,"rootDir":"/Users/happycardev/github/ts-jest-module","roots":["/Users/happycardev/github/ts-jest-module"],"runner":"jest-runner","setupFiles":[],"setupFilesAfterEnv":[],"skipFilter":false,"snapshotSerializers":[],"testEnvironment":"/Users/happycardev/github/ts-jest-module/node_modules/jest-environment-jsdom/build/index.js","testEnvironmentOptions":{},"testLocationInResults":false,"testMatch":[],"testPathIgnorePatterns":["/node_modules/"],"testRegex":["(/__tests__/.*|(\\.|/)(test|spec))\\.(ts|tsx)?$"],"testRunner":"/Users/happycardev/github/ts-jest-module/node_modules/jest-jasmine2/build/index.js","testURL":"http://localhost","timers":"real","transform":[["^.+\\.tsx?$","/Users/happycardev/github/ts-jest-module/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":9,"time":"2019-10-30T16:47:18.956Z"}
{"context":{"fromPath":"tsconfig.json","logLevel":20,"namespace":"config","package":"ts-jest","toPath":"/Users/happycardev/github/ts-jest-module/tsconfig.json","transformerId":1,"version":"24.1.0"},"message":"resolved path from tsconfig.json to /Users/happycardev/github/ts-jest-module/tsconfig.json","sequence":10,"time":"2019-10-30T16:47:18.956Z"}
{"context":{"logLevel":20,"namespace":"config","package":"ts-jest","transformerId":1,"tsJestConfig":{"compiler":"typescript","diagnostics":{"ignoreCodes":[6059,18002,18003],"pretty":true,"throws":true},"isolatedModules":false,"packageJson":{"kind":"file"},"transformers":[],"tsConfig":{"kind":"file","value":"/Users/happycardev/github/ts-jest-module/tsconfig.json"}},"version":"24.1.0"},"message":"normalized ts-jest config","sequence":11,"time":"2019-10-30T16:47:18.956Z"}
{"context":{"logLevel":20,"namespace":"config","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"babel is disabled","sequence":12,"time":"2019-10-30T16:47:18.962Z"}
{"context":{"logLevel":20,"namespace":"Importer","package":"ts-jest","requireResult":{"exists":true,"given":"typescript","path":"/Users/happycardev/github/ts-jest-module/node_modules/typescript/lib/typescript.js"},"version":"24.1.0"},"message":"loaded module typescript","sequence":13,"time":"2019-10-30T16:47:19.129Z"}
{"context":{"logLevel":20,"namespace":"Importer","package":"ts-jest","version":"24.1.0"},"message":"patching typescript","sequence":14,"time":"2019-10-30T16:47:19.129Z"}
{"context":{"actualVersion":"3.6.4","expectedVersion":">=2.7 <4","logLevel":20,"namespace":"versions","package":"ts-jest","version":"24.1.0"},"message":"checking version of typescript: OK","sequence":15,"time":"2019-10-30T16:47:19.130Z"}
{"context":{"logLevel":20,"namespace":"config","package":"ts-jest","transformerId":1,"tsConfigFileName":"/Users/happycardev/github/ts-jest-module/tsconfig.json","version":"24.1.0"},"message":"readTsConfig(): reading /Users/happycardev/github/ts-jest-module/tsconfig.json","sequence":16,"time":"2019-10-30T16:47:19.130Z"}
{"context":{"logLevel":20,"namespace":"config","package":"ts-jest","transformerId":1,"tsconfig":{"input":{"compilerOptions":{"baseUrl":".","esModuleInterop":true,"experimentalDecorators":true,"inlineSourceMap":false,"module":"commonjs","moduleResolution":"node","noImplicitAny":true,"outDir":"dist","paths":{"@protobufMessages/*":["src/domain/messages/*"]},"resolveJsonModule":true,"sourceMap":true,"strict":true,"target":"es2017"},"include":["src/**/*","src/**/*.json"]},"resolved":{"compileOnSave":false,"configFileSpecs":{"excludeSpecs":["dist"],"includeSpecs":["src/**/*","src/**/*.json"],"validatedExcludeSpecs":["dist"],"validatedIncludeSpecs":["src/**/*","src/**/*.json"],"wildcardDirectories":{"/users/happycardev/github/ts-jest-module/src":1}},"errors":[],"fileNames":["/Users/happycardev/github/ts-jest-module/src/domain/messages/location_grpc_pb.d.ts","/Users/happycardev/github/ts-jest-module/src/domain/messages/location_pb.d.ts","/Users/happycardev/github/ts-jest-module/src/test/unit/domain/SearchService.test.ts"],"options":{"baseUrl":"/Users/happycardev/github/ts-jest-module","configFilePath":"/Users/happycardev/github/ts-jest-module/tsconfig.json","declaration":false,"esModuleInterop":true,"experimentalDecorators":true,"inlineSourceMap":false,"inlineSources":true,"module":1,"moduleResolution":2,"noEmit":false,"noImplicitAny":true,"outDir":"$$ts-jest$$","paths":{"@protobufMessages/*":["src/domain/messages/*"]},"removeComments":false,"resolveJsonModule":true,"sourceMap":true,"strict":true,"target":4},"raw":{"compileOnSave":false,"compilerOptions":{"baseUrl":".","esModuleInterop":true,"experimentalDecorators":true,"inlineSourceMap":false,"module":"commonjs","moduleResolution":"node","noImplicitAny":true,"outDir":"dist","paths":{"@protobufMessages/*":["src/domain/messages/*"]},"resolveJsonModule":true,"sourceMap":true,"strict":true,"target":"es2017"},"include":["src/**/*","src/**/*.json"]},"typeAcquisition":{"enable":false,"exclude":[],"include":[]},"wildcardDirectories":{"/users/happycardev/github/ts-jest-module/src":1}}},"version":"24.1.0"},"message":"normalized typescript config","sequence":17,"time":"2019-10-30T16:47:19.143Z"}
{"context":{"fileName":"/Users/happycardev/github/ts-jest-module/src/test/unit/domain/SearchService.test.ts","logLevel":20,"namespace":"jest-transformer","package":"ts-jest","transformOptions":{"instrument":false},"transformerId":1,"version":"24.1.0"},"message":"processing /Users/happycardev/github/ts-jest-module/src/test/unit/domain/SearchService.test.ts","sequence":18,"time":"2019-10-30T16:47:19.145Z"}
{"context":{"logLevel":20,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"creating typescript compiler (language service)","sequence":19,"time":"2019-10-30T16:47:19.145Z"}
{"context":{"cacheDirectory":"/private/var/folders/my/b2bw0xt528l_r4lkky2n46_m0000gn/T/jest_dx/ts-jest/10/134e92a8fbfdfdd8bca586106aa97e92823704","logLevel":20,"namespace":"config","package":"ts-jest","version":"24.1.0"},"message":"will use file caching","sequence":20,"time":"2019-10-30T16:47:19.146Z"}
{"context":{"logLevel":20,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"creating language service","sequence":21,"time":"2019-10-30T16:47:19.146Z"}
{"context":{"fileName":"/Users/happycardev/github/ts-jest-module/src/test/unit/domain/SearchService.test.ts","logLevel":20,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readThrough(): cache miss","sequence":22,"time":"2019-10-30T16:47:19.148Z"}
{"context":{"fileName":"/Users/happycardev/github/ts-jest-module/src/test/unit/domain/SearchService.test.ts","logLevel":20,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getOutput(): compiling using language service","sequence":23,"time":"2019-10-30T16:47:19.148Z"}
{"context":{"fileName":"/Users/happycardev/github/ts-jest-module/src/test/unit/domain/SearchService.test.ts","logLevel":20,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"updateMemoryCache()","sequence":24,"time":"2019-10-30T16:47:19.148Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/src/domain/messages/location_grpc_pb.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":25,"time":"2019-10-30T16:47:19.148Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/src/domain/messages/location_pb.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":26,"time":"2019-10-30T16:47:19.149Z"}
{"context":{"cacheHit":true,"fileName":"/Users/happycardev/github/ts-jest-module/src/test/unit/domain/SearchService.test.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":27,"time":"2019-10-30T16:47:19.150Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":28,"time":"2019-10-30T16:47:19.169Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":29,"time":"2019-10-30T16:47:19.172Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/node_modules/@types/google-protobuf/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":30,"time":"2019-10-30T16:47:19.175Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":31,"time":"2019-10-30T16:47:19.202Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":32,"time":"2019-10-30T16:47:19.204Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":33,"time":"2019-10-30T16:47:19.205Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":34,"time":"2019-10-30T16:47:19.207Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":35,"time":"2019-10-30T16:47:19.211Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":36,"time":"2019-10-30T16:47:19.212Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":37,"time":"2019-10-30T16:47:19.214Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":38,"time":"2019-10-30T16:47:19.215Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":39,"time":"2019-10-30T16:47:19.216Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":40,"time":"2019-10-30T16:47:19.217Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":41,"time":"2019-10-30T16:47:19.218Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":42,"time":"2019-10-30T16:47:19.220Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":43,"time":"2019-10-30T16:47:19.221Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":44,"time":"2019-10-30T16:47:19.223Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":45,"time":"2019-10-30T16:47:19.225Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":46,"time":"2019-10-30T16:47:19.226Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":47,"time":"2019-10-30T16:47:19.227Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":48,"time":"2019-10-30T16:47:19.228Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":49,"time":"2019-10-30T16:47:19.230Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":50,"time":"2019-10-30T16:47:19.231Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":51,"time":"2019-10-30T16:47:19.232Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":52,"time":"2019-10-30T16:47:19.233Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":53,"time":"2019-10-30T16:47:19.235Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":54,"time":"2019-10-30T16:47:19.236Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":55,"time":"2019-10-30T16:47:19.238Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":56,"time":"2019-10-30T16:47:19.239Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":57,"time":"2019-10-30T16:47:19.240Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":58,"time":"2019-10-30T16:47:19.241Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":59,"time":"2019-10-30T16:47:19.242Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":60,"time":"2019-10-30T16:47:19.243Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":61,"time":"2019-10-30T16:47:19.244Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":62,"time":"2019-10-30T16:47:19.245Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":63,"time":"2019-10-30T16:47:19.246Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":64,"time":"2019-10-30T16:47:19.247Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":65,"time":"2019-10-30T16:47:19.248Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":66,"time":"2019-10-30T16:47:19.251Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":67,"time":"2019-10-30T16:47:19.252Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":68,"time":"2019-10-30T16:47:19.254Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":69,"time":"2019-10-30T16:47:19.256Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":70,"time":"2019-10-30T16:47:19.258Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":71,"time":"2019-10-30T16:47:19.259Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":72,"time":"2019-10-30T16:47:19.260Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":73,"time":"2019-10-30T16:47:19.261Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":74,"time":"2019-10-30T16:47:19.264Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":75,"time":"2019-10-30T16:47:19.265Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":76,"time":"2019-10-30T16:47:19.266Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":77,"time":"2019-10-30T16:47:19.267Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":78,"time":"2019-10-30T16:47:19.267Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":79,"time":"2019-10-30T16:47:19.268Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":80,"time":"2019-10-30T16:47:19.268Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":81,"time":"2019-10-30T16:47:19.270Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":82,"time":"2019-10-30T16:47:19.290Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":83,"time":"2019-10-30T16:47:19.292Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":84,"time":"2019-10-30T16:47:19.293Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":85,"time":"2019-10-30T16:47:19.295Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":86,"time":"2019-10-30T16:47:19.296Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":87,"time":"2019-10-30T16:47:19.297Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":88,"time":"2019-10-30T16:47:19.298Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":89,"time":"2019-10-30T16:47:19.300Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":90,"time":"2019-10-30T16:47:19.302Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":91,"time":"2019-10-30T16:47:19.305Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":92,"time":"2019-10-30T16:47:19.350Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":93,"time":"2019-10-30T16:47:19.376Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":94,"time":"2019-10-30T16:47:19.379Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":95,"time":"2019-10-30T16:47:19.382Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/node_modules/@types/body-parser/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":96,"time":"2019-10-30T16:47:19.383Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":97,"time":"2019-10-30T16:47:19.385Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":98,"time":"2019-10-30T16:47:19.386Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":99,"time":"2019-10-30T16:47:19.387Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":100,"time":"2019-10-30T16:47:19.387Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":101,"time":"2019-10-30T16:47:19.402Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":102,"time":"2019-10-30T16:47:19.405Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":103,"time":"2019-10-30T16:47:19.407Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":104,"time":"2019-10-30T16:47:19.407Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":105,"time":"2019-10-30T16:47:19.422Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":106,"time":"2019-10-30T16:47:19.430Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":107,"time":"2019-10-30T16:47:19.430Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":108,"time":"2019-10-30T16:47:19.435Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":109,"time":"2019-10-30T16:47:19.443Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":110,"time":"2019-10-30T16:47:19.446Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":111,"time":"2019-10-30T16:47:19.450Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":112,"time":"2019-10-30T16:47:19.451Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":113,"time":"2019-10-30T16:47:19.452Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":114,"time":"2019-10-30T16:47:19.482Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":115,"time":"2019-10-30T16:47:19.486Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":116,"time":"2019-10-30T16:47:19.507Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":117,"time":"2019-10-30T16:47:19.509Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":118,"time":"2019-10-30T16:47:19.528Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":119,"time":"2019-10-30T16:47:19.529Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":120,"time":"2019-10-30T16:47:19.531Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":121,"time":"2019-10-30T16:47:19.532Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":122,"time":"2019-10-30T16:47:19.536Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":123,"time":"2019-10-30T16:47:19.544Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":124,"time":"2019-10-30T16:47:19.546Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":125,"time":"2019-10-30T16:47:19.547Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":126,"time":"2019-10-30T16:47:19.549Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":127,"time":"2019-10-30T16:47:19.552Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":128,"time":"2019-10-30T16:47:19.563Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":129,"time":"2019-10-30T16:47:19.568Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":130,"time":"2019-10-30T16:47:19.569Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":131,"time":"2019-10-30T16:47:19.569Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":132,"time":"2019-10-30T16:47:19.574Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":133,"time":"2019-10-30T16:47:19.574Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":134,"time":"2019-10-30T16:47:19.576Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":135,"time":"2019-10-30T16:47:19.588Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":136,"time":"2019-10-30T16:47:19.592Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":137,"time":"2019-10-30T16:47:19.594Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":138,"time":"2019-10-30T16:47:19.597Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":139,"time":"2019-10-30T16:47:19.599Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":140,"time":"2019-10-30T16:47:19.602Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":141,"time":"2019-10-30T16:47:19.604Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":142,"time":"2019-10-30T16:47:19.604Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":143,"time":"2019-10-30T16:47:19.606Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":144,"time":"2019-10-30T16:47:19.607Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":145,"time":"2019-10-30T16:47:19.607Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":146,"time":"2019-10-30T16:47:19.608Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":147,"time":"2019-10-30T16:47:19.609Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":148,"time":"2019-10-30T16:47:19.650Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":149,"time":"2019-10-30T16:47:19.657Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":150,"time":"2019-10-30T16:47:19.658Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":151,"time":"2019-10-30T16:47:19.659Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":152,"time":"2019-10-30T16:47:19.664Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":153,"time":"2019-10-30T16:47:19.665Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":154,"time":"2019-10-30T16:47:19.667Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":155,"time":"2019-10-30T16:47:19.668Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":156,"time":"2019-10-30T16:47:19.669Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":157,"time":"2019-10-30T16:47:19.672Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":158,"time":"2019-10-30T16:47:19.674Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":159,"time":"2019-10-30T16:47:19.676Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":160,"time":"2019-10-30T16:47:19.687Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":161,"time":"2019-10-30T16:47:19.688Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":162,"time":"2019-10-30T16:47:19.689Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":163,"time":"2019-10-30T16:47:19.692Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":164,"time":"2019-10-30T16:47:19.695Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":165,"time":"2019-10-30T16:47:19.696Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":166,"time":"2019-10-30T16:47:19.696Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":167,"time":"2019-10-30T16:47:19.697Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":168,"time":"2019-10-30T16:47:19.698Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":169,"time":"2019-10-30T16:47:19.699Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":170,"time":"2019-10-30T16:47:19.704Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/node_modules/@types/connect/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":171,"time":"2019-10-30T16:47:19.705Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":172,"time":"2019-10-30T16:47:19.706Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/node_modules/@types/dotenv/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":173,"time":"2019-10-30T16:47:19.707Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":174,"time":"2019-10-30T16:47:19.708Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/node_modules/@types/express/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":175,"time":"2019-10-30T16:47:19.709Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":176,"time":"2019-10-30T16:47:19.710Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":177,"time":"2019-10-30T16:47:19.711Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/node_modules/@types/express-serve-static-core/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":178,"time":"2019-10-30T16:47:19.711Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":179,"time":"2019-10-30T16:47:19.716Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":180,"time":"2019-10-30T16:47:19.719Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/node_modules/@types/range-parser/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":181,"time":"2019-10-30T16:47:19.720Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/node_modules/@types/serve-static/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":182,"time":"2019-10-30T16:47:19.721Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":183,"time":"2019-10-30T16:47:19.721Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":184,"time":"2019-10-30T16:47:19.723Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":185,"time":"2019-10-30T16:47:19.724Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/node_modules/@types/mime/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":186,"time":"2019-10-30T16:47:19.724Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":187,"time":"2019-10-30T16:47:19.726Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":188,"time":"2019-10-30T16:47:19.727Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":189,"time":"2019-10-30T16:47:19.728Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":190,"time":"2019-10-30T16:47:19.728Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":191,"time":"2019-10-30T16:47:19.730Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":192,"time":"2019-10-30T16:47:19.731Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":193,"time":"2019-10-30T16:47:19.731Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":194,"time":"2019-10-30T16:47:19.732Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":195,"time":"2019-10-30T16:47:19.733Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":196,"time":"2019-10-30T16:47:19.734Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":197,"time":"2019-10-30T16:47:19.743Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":198,"time":"2019-10-30T16:47:19.744Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":199,"time":"2019-10-30T16:47:19.746Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":200,"time":"2019-10-30T16:47:19.747Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":201,"time":"2019-10-30T16:47:19.748Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":202,"time":"2019-10-30T16:47:19.748Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/node_modules/@types/joi/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":203,"time":"2019-10-30T16:47:19.749Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":204,"time":"2019-10-30T16:47:19.757Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":205,"time":"2019-10-30T16:47:19.758Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/node_modules/@types/strip-bom/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":206,"time":"2019-10-30T16:47:19.759Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/node_modules/@types/strip-json-comments/index.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":207,"time":"2019-10-30T16:47:19.759Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":208,"time":"2019-10-30T16:47:19.760Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":209,"time":"2019-10-30T16:47:19.770Z"}
{"context":{"call":null,"logLevel":10,"namespace":"ts:serviceHost","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readFile","sequence":210,"time":"2019-10-30T16:47:19.786Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/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":211,"time":"2019-10-30T16:47:19.787Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/node_modules/typescript/lib/lib.es2017.full.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":212,"time":"2019-10-30T16:47:19.788Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/node_modules/typescript/lib/lib.dom.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":213,"time":"2019-10-30T16:47:19.789Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":214,"time":"2019-10-30T16:47:19.967Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/node_modules/typescript/lib/lib.scripthost.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":215,"time":"2019-10-30T16:47:19.968Z"}
{"context":{"cacheHit":false,"fileName":"/Users/happycardev/github/ts-jest-module/node_modules/typescript/lib/lib.dom.iterable.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache miss","sequence":216,"time":"2019-10-30T16:47:19.972Z"}
{"context":{"call":null,"logLevel":20,"namespace":"ts-hoisting","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"visitSourceFileNode(): hoisting","sequence":217,"time":"2019-10-30T16:47:20.412Z"}
{"context":{"fileName":"/Users/happycardev/github/ts-jest-module/src/test/unit/domain/SearchService.test.ts","logLevel":20,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getOutput(): computing diagnostics","sequence":218,"time":"2019-10-30T16:47:20.429Z"}
{"context":{"cacheHit":true,"fileName":"/Users/happycardev/github/ts-jest-module/src/domain/messages/location_grpc_pb.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":219,"time":"2019-10-30T16:47:20.429Z"}
{"context":{"cacheHit":true,"fileName":"/Users/happycardev/github/ts-jest-module/src/domain/messages/location_pb.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":220,"time":"2019-10-30T16:47:20.430Z"}
{"context":{"cacheHit":true,"fileName":"/Users/happycardev/github/ts-jest-module/src/test/unit/domain/SearchService.test.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":221,"time":"2019-10-30T16:47:20.430Z"}
{"context":{"cacheHit":true,"fileName":"/Users/happycardev/github/ts-jest-module/src/domain/messages/location_grpc_pb.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":222,"time":"2019-10-30T16:47:20.430Z"}
{"context":{"cacheHit":true,"fileName":"/Users/happycardev/github/ts-jest-module/src/domain/messages/location_pb.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":223,"time":"2019-10-30T16:47:20.430Z"}
{"context":{"cacheHit":true,"fileName":"/Users/happycardev/github/ts-jest-module/src/test/unit/domain/SearchService.test.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":224,"time":"2019-10-30T16:47:20.430Z"}
{"context":{"cacheHit":true,"fileName":"/Users/happycardev/github/ts-jest-module/src/domain/messages/location_grpc_pb.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":225,"time":"2019-10-30T16:47:20.431Z"}
{"context":{"cacheHit":true,"fileName":"/Users/happycardev/github/ts-jest-module/src/domain/messages/location_pb.d.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":226,"time":"2019-10-30T16:47:20.431Z"}
{"context":{"cacheHit":true,"fileName":"/Users/happycardev/github/ts-jest-module/src/test/unit/domain/SearchService.test.ts","logLevel":10,"namespace":"ts-compiler","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"getScriptSnapshot(): cache hit","sequence":227,"time":"2019-10-30T16:47:20.431Z"}
{"context":{"fileName":"/Users/happycardev/github/ts-jest-module/src/test/unit/domain/SearchService.test.ts","logLevel":20,"namespace":"ts-compiler","outputPath":"/private/var/folders/my/b2bw0xt528l_r4lkky2n46_m0000gn/T/jest_dx/ts-jest/10/134e92a8fbfdfdd8bca586106aa97e92823704/0417dd50fac0b60b8cccb848647824f12984a41d.js","package":"ts-jest","transformerId":1,"version":"24.1.0"},"message":"readThrough(): writing caches","sequence":228,"time":"2019-10-30T16:47:20.431Z"}
Minimal repo : https://github.com/dtiziani/tsjest-issue
Issue Analytics
- State:
- Created 4 years ago
- Comments:7
Top Results From Across the Web
Error: Cannot find module XXX (typescript aliases)
I am creating an NPM package as an backend-API for another project. I am using typescript and node. I want to change my...
Read more >Cannot find module 'node-sass' while running the angular 7 ...
I am trying to run my application but I am getting the below error. ... Module not found: Error: Can't resolve './xxxxx.component.scss' in...
Read more >Debugging npm - "Error: Cannot find module xxx"
Detailed steps. Ensure the module is installed using the command: npm list package_name . This will need to be run in the project's...
Read more >Cannot find module 'xxx\node_modules\yorkie\bin\install.js'
以上就是Cannot find module 'xxx\node_modules\yorkie\bin\install.js'的介绍,做此记录,如有帮助,欢迎点赞关注收藏!
Read more >Task `Configure site application (instance_id = xxx) on DS yyyy' (id ...
Task `Configure site application (instance_id = xxx) on DS yyyy' ... logging Cannot find module (IP-MIB): At line 0 in (none) Cannot find...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks! you saved me a couple of hours
@dtiziani Can you try changing this:
to this?
This is how I’ve set this up, and it is working for me:
My tsconfig is like this: