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

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaLiPassion committed Mar 11, 2017
1 parent 133ff42 commit 8b07351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/Error.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ function assertStackDoesNotContainZoneFrames(err: Error) {
});
const frames = err.stack.split('\n');
for (let i = 0; i < frames.length; i++) {
// expect(zoneAwareFrames.filter(f => frames[i].indexOf(f) !== -1)).toEqual([]);
expect(zoneAwareFrames.filter(f => frames[i].indexOf(f) !== -1)).toEqual([]);
}
};

Expand Down

0 comments on commit 8b07351

Please sign in to comment.