mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
typo
This commit is contained in:
@@ -4276,7 +4276,7 @@ if (Meteor.isServer) {
|
||||
});
|
||||
}
|
||||
|
||||
Tinytest.addAsync('mongo-livedata - maintained isomorphism using resolver-type config for both client and server', async function(test, expect) {
|
||||
Tinytest.addAsync('mongo-livedata - maintained isomorphism using resolverType config for both client and server', async function(test, expect) {
|
||||
const Collection = new Mongo.Collection(`resolver_type${test.runId()}`, { resolverType: 'stub' });
|
||||
|
||||
await Collection.insertAsync({ _id: 'a' });
|
||||
|
||||
Reference in New Issue
Block a user