MCPcopy Create free account
hub / github.com/GetStream/stream-js / createUsers

Method createUsers

test/integration/cloud/utils.js:271–280  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269 }
270
271 createUsers() {
272 describe('When creating the users', () => {
273 this.noRequestsShouldError(async () => {
274 await this.alice.setUser(this.userData.alice);
275 await this.bob.setUser(this.userData.bob);
276 await this.carl.setUser(this.userData.carl);
277 await this.dave.setUser(this.userData.dave);
278 });
279 });
280 }
281
282 reactionToReactionInActivity = (reaction, user) => {
283 reaction = { ...reaction };

Callers 8

user_flag.jsFile · 0.80
enrich.jsFile · 0.80
permissions.jsFile · 0.80
to_targets.jsFile · 0.80
activities.jsFile · 0.80
reaction.jsFile · 0.80
follow_list.jsFile · 0.80

Calls 2

noRequestsShouldErrorMethod · 0.95
setUserMethod · 0.80

Tested by

no test coverage detected