// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`StackTraceTab component should render with no props 1`] = `

Dispatched Action Stack Trace

`; exports[`StackTraceTab component should render with props, but without stack 1`] = `

Dispatched Action Stack Trace

`; exports[`StackTraceTab component should render with trace stack 1`] = `

Dispatched Action Stack Trace

fn1
app.js:72:24
fn2
app.js:84:31
`;