|
| 1 | +// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | + |
| 3 | +exports[`using template "default" should report coverages 1`] = ` |
| 4 | + √ jest --coverage |
| 5 | + ↳ exit code: 0 |
| 6 | + ===[ STDOUT ]=================================================================== |
| 7 | + ----------|----------|----------|----------|----------|-------------------| |
| 8 | + File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s | |
| 9 | + ----------|----------|----------|----------|----------|-------------------| |
| 10 | + All files | 83.33 | 100 | 66.67 | 80 | | |
| 11 | + Hello.ts | 83.33 | 100 | 66.67 | 80 | 5 | |
| 12 | + ----------|----------|----------|----------|----------|-------------------| |
| 13 | + ===[ STDERR ]=================================================================== |
| 14 | + PASS ./Hello.spec.ts |
| 15 | + Hello Class |
| 16 | + √ should create a new Hello |
| 17 | + |
| 18 | + Test Suites: 1 passed, 1 total |
| 19 | + Tests: 1 passed, 1 total |
| 20 | + Snapshots: 0 total |
| 21 | + Time: XXs |
| 22 | + Ran all test suites. |
| 23 | + ================================================================================ |
| 24 | +`; |
| 25 | + |
| 26 | +exports[`using template "with-babel-6" should report coverages 1`] = ` |
| 27 | + √ jest --coverage |
| 28 | + ↳ exit code: 0 |
| 29 | + ===[ STDOUT ]=================================================================== |
| 30 | + ----------|----------|----------|----------|----------|-------------------| |
| 31 | + File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s | |
| 32 | + ----------|----------|----------|----------|----------|-------------------| |
| 33 | + All files | 83.33 | 100 | 66.67 | 80 | | |
| 34 | + Hello.ts | 83.33 | 100 | 66.67 | 80 | 5 | |
| 35 | + ----------|----------|----------|----------|----------|-------------------| |
| 36 | + ===[ STDERR ]=================================================================== |
| 37 | + PASS ./Hello.spec.ts |
| 38 | + Hello Class |
| 39 | + √ should create a new Hello |
| 40 | + |
| 41 | + Test Suites: 1 passed, 1 total |
| 42 | + Tests: 1 passed, 1 total |
| 43 | + Snapshots: 0 total |
| 44 | + Time: XXs |
| 45 | + Ran all test suites. |
| 46 | + ================================================================================ |
| 47 | +`; |
| 48 | + |
| 49 | +exports[`using template "with-babel-7" should report coverages 1`] = ` |
| 50 | + √ jest --coverage |
| 51 | + ↳ exit code: 0 |
| 52 | + ===[ STDOUT ]=================================================================== |
| 53 | + ----------|----------|----------|----------|----------|-------------------| |
| 54 | + File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s | |
| 55 | + ----------|----------|----------|----------|----------|-------------------| |
| 56 | + All files | 83.33 | 100 | 66.67 | 80 | | |
| 57 | + Hello.ts | 83.33 | 100 | 66.67 | 80 | 5 | |
| 58 | + ----------|----------|----------|----------|----------|-------------------| |
| 59 | + ===[ STDERR ]=================================================================== |
| 60 | + PASS ./Hello.spec.ts |
| 61 | + Hello Class |
| 62 | + √ should create a new Hello |
| 63 | + |
| 64 | + Test Suites: 1 passed, 1 total |
| 65 | + Tests: 1 passed, 1 total |
| 66 | + Snapshots: 0 total |
| 67 | + Time: XXs |
| 68 | + Ran all test suites. |
| 69 | + ================================================================================ |
| 70 | +`; |
| 71 | + |
| 72 | +exports[`using template "with-jest-22" should report coverages 1`] = ` |
| 73 | + √ jest --coverage |
| 74 | + ↳ exit code: 0 |
| 75 | + ===[ STDOUT ]=================================================================== |
| 76 | + ----------|----------|----------|----------|----------|-------------------| |
| 77 | + File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s | |
| 78 | + ----------|----------|----------|----------|----------|-------------------| |
| 79 | + All files | 83.33 | 100 | 66.67 | 80 | | |
| 80 | + Hello.ts | 83.33 | 100 | 66.67 | 80 | 5 | |
| 81 | + ----------|----------|----------|----------|----------|-------------------| |
| 82 | + ===[ STDERR ]=================================================================== |
| 83 | + PASS ./Hello.spec.ts |
| 84 | + Hello Class |
| 85 | + √ should create a new Hello |
| 86 | + |
| 87 | + Test Suites: 1 passed, 1 total |
| 88 | + Tests: 1 passed, 1 total |
| 89 | + Snapshots: 0 total |
| 90 | + Time: XXs |
| 91 | + Ran all test suites. |
| 92 | + ================================================================================ |
| 93 | +`; |
| 94 | + |
| 95 | +exports[`using template "with-typescript-2-7" should report coverages 1`] = ` |
| 96 | + √ jest --coverage |
| 97 | + ↳ exit code: 0 |
| 98 | + ===[ STDOUT ]=================================================================== |
| 99 | + ----------|----------|----------|----------|----------|-------------------| |
| 100 | + File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s | |
| 101 | + ----------|----------|----------|----------|----------|-------------------| |
| 102 | + All files | 83.33 | 100 | 66.67 | 80 | | |
| 103 | + Hello.ts | 83.33 | 100 | 66.67 | 80 | 5 | |
| 104 | + ----------|----------|----------|----------|----------|-------------------| |
| 105 | + ===[ STDERR ]=================================================================== |
| 106 | + PASS ./Hello.spec.ts |
| 107 | + Hello Class |
| 108 | + √ should create a new Hello |
| 109 | + |
| 110 | + Test Suites: 1 passed, 1 total |
| 111 | + Tests: 1 passed, 1 total |
| 112 | + Snapshots: 0 total |
| 113 | + Time: XXs |
| 114 | + Ran all test suites. |
| 115 | + ================================================================================ |
| 116 | +`; |
0 commit comments