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

Commit 3de8d03

Browse files
committed
test
1 parent 028dfb5 commit 3de8d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/common/Error.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ describe('ZoneAwareError', () => {
241241
const outsideWithoutNewFrames = outsideWithoutNew.stack.split(/\n/);
242242
const insideWithoutNewFrames = insideWithoutNew.stack.split(/\n/);
243243

244+
console.log('policy', policy);
245+
console.log('outsideFrames', outsideFrames);
244246
// throw away first line if it contains the error
245247
if (/Outside/.test(outsideFrames[0])) {
246248
outsideFrames.shift();
@@ -269,8 +271,6 @@ describe('ZoneAwareError', () => {
269271
if (/Error /.test(insideWithoutNewFrames[0])) {
270272
insideWithoutNewFrames.shift();
271273
}
272-
console.log('policy', policy);
273-
console.log('outsideFrames', outsideFrames);
274274
expect(outsideFrames[0]).toMatch(/testFn.*[<root>]/);
275275

276276
expect(insideFrames[0]).toMatch(/insideRun.*[InnerZone]]/);

0 commit comments

Comments
 (0)