Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

muting: Extract muted_users.js from muting.js. #23024

Merged
merged 3 commits into from Sep 22, 2022

Conversation

akashaviator
Copy link
Collaborator

This extracts muted_users.js in frontend_tests/node_tests from muting.js, and renames muting.js to a more appropriate user_topics.js which will contain tests for features related to the new user_topics data structure in the future.

This extracts tests for muting users from muting.js
(in `frontend_tests/node_tests`) into a new file
muted_users.js. Now, all the tests in muting.js
are for testing muting of topics.
This renames muting.js (in `frontend_tests/node_tests`) to
user_topics.js. This file will now contain all the tests
related to the new user_topics data structure.
@timabbott
Copy link
Sponsor Member

This is great, merged after changing the first commit message title to make clear it was renaming a node test file, not the actual runtime code. I guess I should have done that for the second commit too, but didn't notice until after merging.

Thanks @akashaviator!

@akashaviator akashaviator deleted the user_topics branch September 22, 2022 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants