|
| 1 | +// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | + |
| 3 | +exports[`Simple test should pass with each template 1`] = ` |
| 4 | +Object { |
| 5 | + "default": jest exit code: 0 |
| 6 | + ===[ STDOUT ]=================================================================== |
| 7 | + |
| 8 | + ===[ STDERR ]=================================================================== |
| 9 | + PASS __tests__/Hello.test.ts |
| 10 | + Hello Class |
| 11 | + ✓ should create a new Hello (XXms) |
| 12 | + |
| 13 | + Test Suites: 1 passed, 1 total |
| 14 | + Tests: 1 passed, 1 total |
| 15 | + Snapshots: 0 total |
| 16 | + Time: XXs |
| 17 | + Ran all test suites. |
| 18 | + ================================================================================, |
| 19 | + "with-babel-7": jest exit code: 0 |
| 20 | + ===[ STDOUT ]=================================================================== |
| 21 | + |
| 22 | + ===[ STDERR ]=================================================================== |
| 23 | + PASS __tests__/Hello.test.ts |
| 24 | + Hello Class |
| 25 | + ✓ should create a new Hello (XXms) |
| 26 | + |
| 27 | + Test Suites: 1 passed, 1 total |
| 28 | + Tests: 1 passed, 1 total |
| 29 | + Snapshots: 0 total |
| 30 | + Time: XXs |
| 31 | + Ran all test suites. |
| 32 | + ================================================================================, |
| 33 | + "with-jest-22": jest exit code: 0 |
| 34 | + ===[ STDOUT ]=================================================================== |
| 35 | + |
| 36 | + ===[ STDERR ]=================================================================== |
| 37 | + PASS __tests__/Hello.test.ts |
| 38 | + Hello Class |
| 39 | + ✓ should create a new Hello (XXms) |
| 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 | +`; |
0 commit comments