summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/src/workers/parser/tests/__snapshots__/validate.spec.js.snap
blob: a341538a5dddd5a9b0cd57062668654a11583842 (plain)
1
2
3
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`has syntax error should return the error object for the invalid expression 1`] = `"SyntaxError : Missing semicolon. (1:3)"`;