Skip to content

Commit 91bdf94

Browse files
author
Luca Forstner
committed
woops
1 parent 8a1321a commit 91bdf94

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/browser/test/unit/tracekit/chromium.test.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
import { exceptionFromError } from '../../../src/eventbuilder';
22
import { defaultStackParser as parser } from '../../../src/stack-parsers';
33

4-
const a =
5-
'Error\n' +
6-
' at onClick (http://localhost:3002/(group)/script.js:1:644)\n' +
7-
' at a (http://localhost:3002/[param]/script.js:1:644)\n' +
8-
' at b (http://localhost:3002/[param]/(group)/script.js:1:644)\n' +
9-
' at http://localhost:3002/[param]/script.js:1:644\n' +
10-
' at http://localhost:3002/[param]/(group)/script.js:1:644\n' +
11-
' at http://localhost:3002/(group)/script.js:1:644';
12-
134
describe('Tracekit - Chrome Tests', () => {
145
it('should parse Chrome error with no location', () => {
156
const NO_LOCATION = { message: 'foo', name: 'bar', stack: 'error\n at Array.forEach (native)' };

0 commit comments

Comments
 (0)