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

Commit 8b07351

Browse files
committed
debug
1 parent 133ff42 commit 8b07351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/common/Error.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ function assertStackDoesNotContainZoneFrames(err: Error) {
281281
});
282282
const frames = err.stack.split('\n');
283283
for (let i = 0; i < frames.length; i++) {
284-
// expect(zoneAwareFrames.filter(f => frames[i].indexOf(f) !== -1)).toEqual([]);
284+
expect(zoneAwareFrames.filter(f => frames[i].indexOf(f) !== -1)).toEqual([]);
285285
}
286286
};
287287

0 commit comments

Comments
 (0)