// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`does right thing when non-error is thrown 1`] = ` " 'foo bar' thrown! ...stack trace... " `; exports[`logs no stack trace then exits when stack missing 1`] = ` " foo error (no stack trace) " `; exports[`logs the stack then exits when run function throws an error 1`] = ` " foo error stack 1 stack 2 stack 3 " `;