Skip to content

Commit 28dde86

Browse files
committed
fix test for real
1 parent a7a753b commit 28dde86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/lib/utils/stacktrace.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ describe('node', () => {
399399

400400
const result = node(input);
401401

402-
expect(result?.filename).toBe(input);
402+
expect(result?.filename).toBe('/path/to/%file%.js');
403403
});
404404

405405
it('decodes a valid percent-encoded filename', () => {

0 commit comments

Comments
 (0)