mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge remote-tracking branch 'origin/release-3.0' into release-3.0
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
[](https://app.travis-ci.com/github/meteor/meteor)
|
||||
[](https://app.circleci.com/pipelines/github/meteor/meteor?branch=devel)
|
||||
[](https://meteor.com)
|
||||
[](https://guide.meteor.com/3.0-migration)
|
||||
[](https://guide.meteor.com/3.0-migration)
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
@@ -4348,7 +4348,7 @@ testAsyncMulti(
|
||||
itemIds = items.map(_item => _item._id);
|
||||
test.equal(itemIds, []); // data IS NOT persisted
|
||||
resolve();
|
||||
}, 700);
|
||||
}, 1500);
|
||||
});
|
||||
}
|
||||
|
||||
@@ -4390,7 +4390,7 @@ testAsyncMulti(
|
||||
itemIds = items.map(_item => _item._id);
|
||||
test.equal(itemIds, ['a']); // data is persisted
|
||||
resolve();
|
||||
}, 700);
|
||||
}, 1500);
|
||||
});
|
||||
}
|
||||
|
||||
@@ -4449,7 +4449,7 @@ testAsyncMulti(
|
||||
itemIds = items.map(_item => _item._id);
|
||||
test.equal(itemIds, []); // data IS NOT persisted
|
||||
resolve();
|
||||
}, 700);
|
||||
}, 1500);
|
||||
});
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user