mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
tests: added method to isCallAsync
This commit is contained in:
@@ -378,3 +378,9 @@ Meteor.methods({
|
||||
resultByValueArrays[testId].push(value);
|
||||
}
|
||||
});
|
||||
/// Helper for "livedata - isAsync call"
|
||||
Meteor.methods({
|
||||
isCallAsync: function () {
|
||||
return Meteor.isAsyncCall()
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user