11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
3- exports [` Source maps console.log() with template "default" should pass reporting correct line number 1` ] = `
3+ exports [` Source maps console.log() should pass reporting correct line number using template "default" 1` ] = `
44jest exit code: 0
55 ===[ STDOUT ]===================================================================
66 console.log echo.spec.ts:5
@@ -21,7 +21,7 @@ jest exit code: 0
2121 ================================================================================
2222` ;
2323
24- exports [` Source maps console.log() with template "with-babel-6" should pass reporting correct line number 1` ] = `
24+ exports [` Source maps console.log() should pass reporting correct line number using template "with-babel-6" 1` ] = `
2525jest exit code: 0
2626 ===[ STDOUT ]===================================================================
2727 console.log echo.spec.ts:5
@@ -42,7 +42,7 @@ jest exit code: 0
4242 ================================================================================
4343` ;
4444
45- exports [` Source maps console.log() with template "with-babel-7" should pass reporting correct line number 1` ] = `
45+ exports [` Source maps console.log() should pass reporting correct line number using template "with-babel-7" 1` ] = `
4646jest exit code: 0
4747 ===[ STDOUT ]===================================================================
4848 console.log echo.spec.ts:5
@@ -63,7 +63,7 @@ jest exit code: 0
6363 ================================================================================
6464` ;
6565
66- exports [` Source maps console.log() with template "with-jest-22" should pass reporting correct line number 1` ] = `
66+ exports [` Source maps console.log() should pass reporting correct line number using template "with-jest-22" 1` ] = `
6767jest exit code: 0
6868 ===[ STDOUT ]===================================================================
6969 console.log echo.spec.ts:5
@@ -84,7 +84,7 @@ jest exit code: 0
8484 ================================================================================
8585` ;
8686
87- exports [` Source maps throw new Error() with template "default" should fail reporting correct line number 1` ] = `
87+ exports [` Source maps throw new Error() should fail reporting correct line number using template "default" 1` ] = `
8888jest exit code: 1
8989 ===[ STDOUT ]===================================================================
9090 console.log echo.spec.ts:5
@@ -120,7 +120,7 @@ jest exit code: 1
120120 ================================================================================
121121`;
122122
123- exports[`Source maps throw new Error() with template "with-babel-6" should fail reporting correct line number 1`] = `
123+ exports[`Source maps throw new Error() should fail reporting correct line number using template "with-babel-6" 1`] = `
124124jest exit code: 1
125125 ===[ STDOUT ]===================================================================
126126 console.log echo.spec.ts:5
@@ -156,7 +156,7 @@ jest exit code: 1
156156 ================================================================================
157157`;
158158
159- exports[`Source maps throw new Error() with template "with-babel-7" should fail reporting correct line number 1`] = `
159+ exports[`Source maps throw new Error() should fail reporting correct line number using template "with-babel-7" 1`] = `
160160jest exit code: 1
161161 ===[ STDOUT ]===================================================================
162162 console.log echo.spec.ts:5
@@ -192,7 +192,7 @@ jest exit code: 1
192192 ================================================================================
193193`;
194194
195- exports[`Source maps throw new Error() with template "with-jest-22" should fail reporting correct line number 1`] = `
195+ exports[`Source maps throw new Error() should fail reporting correct line number using template "with-jest-22" 1`] = `
196196jest exit code: 1
197197 ===[ STDOUT ]===================================================================
198198 console.log echo.spec.ts:5
0 commit comments