summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/src/actions/pause/tests/__snapshots__/pauseOnExceptions.spec.js.snap
blob: 55b8d3e724ba27f9728726c16dd9a8f19dc48468 (plain)
1
2
3
4
5
6
7
8
9
10
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`pauseOnExceptions should track telemetry for pauseOnException changes 1`] = `
Array [
  Object {
    "caught_exceptio": false,
    "exceptions": true,
  },
]
`;