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

Commit

Permalink
chore: remove logs, fix timeout message
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Apr 18, 2014
1 parent dd15880 commit a52f19d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/zone.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ describe('Zone.patch', function () {
runs(function () {
var ob = new MutationObserver(function () {
hasParent = !!window.zone.parent;
dump('yo')
flag = true;
});

Expand All @@ -351,7 +350,7 @@ describe('Zone.patch', function () {

waitsFor(function() {
return flag;
}, 'promise to resolve', 100);
}, 'mutation observer to fire', 100);

runs(function() {
expect(hasParent).toBe(true);
Expand Down

0 comments on commit a52f19d

Please sign in to comment.