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

Add a test to ensure that the irc client state doesn't bloat on VERSION #1753

Merged
merged 4 commits into from
Jul 28, 2023

Conversation

Half-Shot
Copy link
Contributor

@Half-Shot Half-Shot requested a review from a team as a code owner July 25, 2023 15:07
@@ -72,4 +72,31 @@ describeif('Connection pooling', () => {
bob.say(channel, "Hi alice!");
await bobMsg;
});

it.only('should store the IRC client state once', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
it.only('should store the IRC client state once', async () => {
it('should store the IRC client state once', async () => {

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(There's some eslint rule for that)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aha, eslint-plugin-jest

@Half-Shot Half-Shot requested a review from tadzik July 27, 2023 18:14
@Half-Shot Half-Shot merged commit 0afb064 into develop Jul 28, 2023
15 checks passed
@Half-Shot Half-Shot deleted the hs/dont-duplicate-irc-state branch July 28, 2023 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants