Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 01ce3b3

Browse files
committed
fix: long stack trace test
1 parent a155b17 commit 01ce3b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/long-stack-trace-zone.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ describe('Zone.patch', function () {
2727
jasmine.Clock.tick(0);
2828

2929
expect(log[0]).toBe('Error: hello');
30-
dump(log[1])
31-
expect(log[1].split('--- ').length).toBe(3);
30+
expect(log[1].split('--- ').length).toBe(4);
3231
});
3332
});

0 commit comments

Comments
 (0)