ts-jest[config] (WARN) TypeScript diagnostics (customize using \`[jest-config].globals.ts-jest.diagnostics\` option):
10
10
message TS151001: If you have issues related to imports, you should consider setting \`esModuleInterop\` to \`true\` in your TypeScript configuration file (usually \`tsconfig.json\`). See https://blogs.msdn.microsoft.com/typescript/2018/01/31/announcing-typescript-2-7/#easier-ecmascript-module-interoperability for more information.
11
+
PASS ./ts-jest-tools.spec.ts
11
12
PASS ./import-legacy.spec.ts
12
13
PASS ./import-star.spec.ts
13
14
ts-jest[ts-compiler] (WARN) TypeScript diagnostics (customize using \`[jest-config].globals.ts-jest.diagnostics\` option):
@@ -33,8 +34,8 @@ exports[`run with options: {"module":"amd","allowSyntheticDefaultImports":false}
33
34
34
35
at Object.<anonymous> (import-default.spec.ts:4:22)
35
36
36
-
Test Suites: 1 failed, 2 passed, 3 total
37
-
Tests: 1 failed, 2 passed, 3 total
37
+
Test Suites: 1 failed, 3 passed, 4 total
38
+
Tests: 1 failed, 4 passed, 5 total
38
39
Snapshots: 0 total
39
40
Time: XXs
40
41
Ran all test suites.
@@ -47,6 +48,7 @@ exports[`run with options: {"module":"amd","allowSyntheticDefaultImports":true}
ts-jest[ts-compiler] (WARN) TypeScript diagnostics (customize using \`[jest-config].globals.ts-jest.diagnostics\` option):
86
89
import-star.spec.ts:5:10 - error TS2349: Cannot invoke an expression whose type lacks a call signature. Type 'typeof lib' has no compatible call signatures.
ts-jest[config] (WARN) TypeScript diagnostics (customize using \`[jest-config].globals.ts-jest.diagnostics\` option):
130
133
message TS151001: If you have issues related to imports, you should consider setting \`esModuleInterop\` to \`true\` in your TypeScript configuration file (usually \`tsconfig.json\`). See https://blogs.msdn.microsoft.com/typescript/2018/01/31/announcing-typescript-2-7/#easier-ecmascript-module-interoperability for more information.
ts-jest[ts-compiler] (WARN) TypeScript diagnostics (customize using \`[jest-config].globals.ts-jest.diagnostics\` option):
84
87
import-star.spec.ts:5:10 - error TS2349: Cannot invoke an expression whose type lacks a call signature. Type 'typeof lib' has no compatible call signatures.
ts-jest[config] (WARN) TypeScript diagnostics (customize using \`[jest-config].globals.ts-jest.diagnostics\` option):
10
10
message TS151001: If you have issues related to imports, you should consider setting \`esModuleInterop\` to \`true\` in your TypeScript configuration file (usually \`tsconfig.json\`). See https://blogs.msdn.microsoft.com/typescript/2018/01/31/announcing-typescript-2-7/#easier-ecmascript-module-interoperability for more information.
11
+
PASS ./ts-jest-tools.spec.ts
11
12
PASS ./import-legacy.spec.ts
12
13
PASS ./import-star.spec.ts
13
14
ts-jest[ts-compiler] (WARN) TypeScript diagnostics (customize using \`[jest-config].globals.ts-jest.diagnostics\` option):
@@ -33,8 +34,8 @@ exports[`run with options: {"module":"es2015","allowSyntheticDefaultImports":fal
33
34
34
35
at Object.<anonymous> (import-default.spec.ts:4:22)
35
36
36
-
Test Suites: 1 failed, 2 passed, 3 total
37
-
Tests: 1 failed, 2 passed, 3 total
37
+
Test Suites: 1 failed, 3 passed, 4 total
38
+
Tests: 1 failed, 4 passed, 5 total
38
39
Snapshots: 0 total
39
40
Time: XXs
40
41
Ran all test suites.
@@ -47,6 +48,7 @@ exports[`run with options: {"module":"es2015","allowSyntheticDefaultImports":tru
ts-jest[ts-compiler] (WARN) TypeScript diagnostics (customize using \`[jest-config].globals.ts-jest.diagnostics\` option):
86
89
import-star.spec.ts:5:10 - error TS2349: Cannot invoke an expression whose type lacks a call signature. Type 'typeof lib' has no compatible call signatures.
ts-jest[config] (WARN) TypeScript diagnostics (customize using \`[jest-config].globals.ts-jest.diagnostics\` option):
130
133
message TS151001: If you have issues related to imports, you should consider setting \`esModuleInterop\` to \`true\` in your TypeScript configuration file (usually \`tsconfig.json\`). See https://blogs.msdn.microsoft.com/typescript/2018/01/31/announcing-typescript-2-7/#easier-ecmascript-module-interoperability for more information.
ts-jest[config] (WARN) TypeScript diagnostics (customize using \`[jest-config].globals.ts-jest.diagnostics\` option):
10
10
message TS151001: If you have issues related to imports, you should consider setting \`esModuleInterop\` to \`true\` in your TypeScript configuration file (usually \`tsconfig.json\`). See https://blogs.msdn.microsoft.com/typescript/2018/01/31/announcing-typescript-2-7/#easier-ecmascript-module-interoperability for more information.
11
+
PASS ./ts-jest-tools.spec.ts
11
12
PASS ./import-legacy.spec.ts
12
13
PASS ./import-star.spec.ts
13
14
ts-jest[ts-compiler] (WARN) TypeScript diagnostics (customize using \`[jest-config].globals.ts-jest.diagnostics\` option):
@@ -33,8 +34,8 @@ exports[`run with options: {"module":"esnext","allowSyntheticDefaultImports":fal
33
34
34
35
at Object.<anonymous> (import-default.spec.ts:4:22)
35
36
36
-
Test Suites: 1 failed, 2 passed, 3 total
37
-
Tests: 1 failed, 2 passed, 3 total
37
+
Test Suites: 1 failed, 3 passed, 4 total
38
+
Tests: 1 failed, 4 passed, 5 total
38
39
Snapshots: 0 total
39
40
Time: XXs
40
41
Ran all test suites.
@@ -47,6 +48,7 @@ exports[`run with options: {"module":"esnext","allowSyntheticDefaultImports":tru
ts-jest[ts-compiler] (WARN) TypeScript diagnostics (customize using \`[jest-config].globals.ts-jest.diagnostics\` option):
86
89
import-star.spec.ts:5:10 - error TS2349: Cannot invoke an expression whose type lacks a call signature. Type 'typeof lib' has no compatible call signatures.
ts-jest[config] (WARN) TypeScript diagnostics (customize using \`[jest-config].globals.ts-jest.diagnostics\` option):
130
133
message TS151001: If you have issues related to imports, you should consider setting \`esModuleInterop\` to \`true\` in your TypeScript configuration file (usually \`tsconfig.json\`). See https://blogs.msdn.microsoft.com/typescript/2018/01/31/announcing-typescript-2-7/#easier-ecmascript-module-interoperability for more information.
0 commit comments