Add Dockerfile so we can run the bot in a container#27
Merged
Conversation
vcarl
approved these changes
Dec 28, 2019
vcarl
pushed a commit
that referenced
this pull request
Dec 28, 2020
* test: add test to check if no members are mentioned * test: add category and some utils to make discord works with private chat * test: create channel like real discord * feat: add getCategory util * test: add test that should create the new channel * test: add tests for private-chat * refactor: refactor tests to use new handlers * fix: sort messages by timestamp * test: add test when the same chat is created two times for the same members * refactor: use default timeout * fix: use await * refactor: removed custom messages attribute on channel * fix: should send only one warning message * fix: you can't create a chat with yourself * fix: removed login causing an issue with ws * refactor: move token in Object.assign * fix: different chat name depending on users * refactor: remove spy on send * refactor: remove spy on send for help and info * refactor: remove multiple MSW server * fix: cleanup Discord instances * refactor: refactor onboarding using the new discord functions * test: add space in the snapshot * test: check if the channel name is correct * fix: when the user doesn't have a nickname the kif printed a not defined value * test: add the last test for blog command when the resulting set of the search contain more than 10 results * refactor: use displayName instead of our util * refactor: move class to object
vcarl
pushed a commit
that referenced
this pull request
Dec 28, 2020
* test: add test to check if no members are mentioned * test: add category and some utils to make discord works with private chat * test: create channel like real discord * feat: add getCategory util * test: add test that should create the new channel * test: add tests for private-chat * refactor: refactor tests to use new handlers * fix: sort messages by timestamp * test: add test when the same chat is created two times for the same members * refactor: use default timeout * fix: use await * refactor: removed custom messages attribute on channel * fix: should send only one warning message * fix: you can't create a chat with yourself * fix: removed login causing an issue with ws * refactor: move token in Object.assign * fix: different chat name depending on users * refactor: remove spy on send * refactor: remove spy on send for help and info * refactor: remove multiple MSW server * fix: cleanup Discord instances * refactor: refactor onboarding using the new discord functions * test: add space in the snapshot * test: check if the channel name is correct * fix: when the user doesn't have a nickname the kif printed a not defined value * test: add the last test for blog command when the resulting set of the search contain more than 10 results * refactor: use displayName instead of our util * refactor: move class to object
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Beep boop, fat chance on me writing test plans.