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

Commit a52f19d

Browse files
committed
chore: remove logs, fix timeout message
1 parent dd15880 commit a52f19d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: test/zone.spec.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ describe('Zone.patch', function () {
338338
runs(function () {
339339
var ob = new MutationObserver(function () {
340340
hasParent = !!window.zone.parent;
341-
dump('yo')
342341
flag = true;
343342
});
344343

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

352351
waitsFor(function() {
353352
return flag;
354-
}, 'promise to resolve', 100);
353+
}, 'mutation observer to fire', 100);
355354

356355
runs(function() {
357356
expect(hasParent).toBe(true);

0 commit comments

Comments
 (0)