You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ts-jest[config] (WARN) 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.
10
-
PASS ./ts-jest-tools.spec.ts
11
10
PASS ./import-legacy.spec.ts
12
11
PASS ./import-star.spec.ts
13
12
ts-jest[ts-compiler] (WARN) import-default.spec.ts:1:8 - error TS1259: Module '"<cwd>/lib"' can only be default-imported using the 'esModuleInterop' flag
@@ -37,8 +36,8 @@ exports[`run with options: {"module":"amd","allowSyntheticDefaultImports":false}
37
36
38
37
at Object.<anonymous> (import-default.spec.ts:4:22)
39
38
40
-
Test Suites: 1 failed, 3 passed, 4 total
41
-
Tests: 1 failed, 4 passed, 5 total
39
+
Test Suites: 1 failed, 2 passed, 3 total
40
+
Tests: 1 failed, 2 passed, 3 total
42
41
Snapshots: 0 total
43
42
Time: XXs
44
43
Ran all test suites.
@@ -51,7 +50,6 @@ exports[`run with options: {"module":"amd","allowSyntheticDefaultImports":true}
ts-jest[config] (WARN) 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) 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) import-default.spec.ts:1:8 - error TS1259: Module '"<cwd>/lib"' can only be default-imported using the 'esModuleInterop' flag
@@ -36,8 +35,8 @@ exports[`run with options: {"module":"commonjs","allowSyntheticDefaultImports":f
36
35
37
36
at Object.<anonymous> (import-default.spec.ts:4:22)
38
37
39
-
Test Suites: 1 failed, 3 passed, 4 total
40
-
Tests: 1 failed, 4 passed, 5 total
38
+
Test Suites: 1 failed, 2 passed, 3 total
39
+
Tests: 1 failed, 2 passed, 3 total
41
40
Snapshots: 0 total
42
41
Time: XXs
43
42
Ran all test suites.
@@ -50,7 +49,6 @@ exports[`run with options: {"module":"commonjs","allowSyntheticDefaultImports":t
ts-jest[ts-compiler] (WARN) import-default.spec.ts:1:8 - error TS1259: Module '"<cwd>/lib"' can only be default-imported using the 'esModuleInterop' flag
ts-jest[ts-compiler] (WARN) import-default.spec.ts:1:8 - error TS1259: Module '"<cwd>/lib"' can only be default-imported using the 'esModuleInterop' flag
ts-jest[config] (WARN) 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.
10
-
PASS ./ts-jest-tools.spec.ts
11
10
PASS ./import-legacy.spec.ts
12
11
PASS ./import-star.spec.ts
13
12
ts-jest[ts-compiler] (WARN) import-default.spec.ts:1:8 - error TS1259: Module '"<cwd>/lib"' can only be default-imported using the 'esModuleInterop' flag
@@ -37,8 +36,8 @@ exports[`run with options: {"module":"es2015","allowSyntheticDefaultImports":fal
37
36
38
37
at Object.<anonymous> (import-default.spec.ts:4:22)
39
38
40
-
Test Suites: 1 failed, 3 passed, 4 total
41
-
Tests: 1 failed, 4 passed, 5 total
39
+
Test Suites: 1 failed, 2 passed, 3 total
40
+
Tests: 1 failed, 2 passed, 3 total
42
41
Snapshots: 0 total
43
42
Time: XXs
44
43
Ran all test suites.
@@ -51,7 +50,6 @@ exports[`run with options: {"module":"es2015","allowSyntheticDefaultImports":tru
ts-jest[config] (WARN) 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) 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