mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
node tests: Move peer_data tests to new peer_data.js.
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
const {LazySet} = require("./lazy_set");
|
||||
const people = require("./people");
|
||||
|
||||
/*
|
||||
|
||||
For legacy reasons this module is mostly tested
|
||||
by frontend_tests/node_tests/stream_data.js.
|
||||
|
||||
*/
|
||||
|
||||
// This maps a stream_id to a LazySet of user_ids who are subscribed.
|
||||
// We maintain the invariant that this has keys for all all stream_ids
|
||||
// that we track in the other data structures. We intialize it during
|
||||
|
||||
Reference in New Issue
Block a user