Skip to content

chore(node): Remove test.only usage in context lines - #8485

Merged
AbhiPrasad merged 3 commits into
developfrom
abhi-test-only-context-lines
Jul 11, 2023
Merged

chore(node): Remove test.only usage in context lines#8485
AbhiPrasad merged 3 commits into
developfrom
abhi-test-only-context-lines

Conversation

@AbhiPrasad

Copy link
Copy Markdown
Contributor

We should prob lint against this.

@AbhiPrasad
AbhiPrasad requested review from a team, lforst and stephanie-anderson and removed request for a team July 10, 2023 19:11
@AbhiPrasad AbhiPrasad changed the title chore(node): Remove test.only usage in context lines chore(node): Remove test.only usage in context lines Jul 10, 2023
@github-actions

github-actions Bot commented Jul 10, 2023

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size
@sentry/browser - ES5 CDN Bundle (gzipped + minified) 21.95 KB (0%)
@sentry/browser - ES5 CDN Bundle (minified) 69.13 KB (0%)
@sentry/browser - ES6 CDN Bundle (gzipped + minified) 20.28 KB (0%)
@sentry/browser - ES6 CDN Bundle (minified) 60.38 KB (0%)
@sentry/browser - Webpack (gzipped + minified) 21.9 KB (0%)
@sentry/browser - Webpack (minified) 71.51 KB (0%)
@sentry/react - Webpack (gzipped + minified) 21.92 KB (0%)
@sentry/nextjs Client - Webpack (gzipped + minified) 50.57 KB (0%)
@sentry/browser + @sentry/tracing - ES5 CDN Bundle (gzipped + minified) 30.11 KB (0%)
@sentry/browser + @sentry/tracing - ES6 CDN Bundle (gzipped + minified) 28.14 KB (+0.01% 🔺)
@sentry/replay ES6 CDN Bundle (gzipped + minified) 49.42 KB (0%)
@sentry/replay - Webpack (gzipped + minified) 43.1 KB (0%)
@sentry/browser + @sentry/tracing + @sentry/replay - ES6 CDN Bundle (gzipped + minified) 69.5 KB (-0.01% 🔽)
@sentry/browser + @sentry/replay - ES6 CDN Bundle (gzipped + minified) 61.82 KB (0%)

@AbhiPrasad
AbhiPrasad enabled auto-merge (squash) July 10, 2023 19:18

@Lms24 Lms24 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We should prob lint against this

Yes, good point. I'll take a look at this today!

@AbhiPrasad
AbhiPrasad merged commit 428e531 into develop Jul 11, 2023
@AbhiPrasad
AbhiPrasad deleted the abhi-test-only-context-lines branch July 11, 2023 16:07
Lms24 added a commit that referenced this pull request Jul 19, 2023
We sometimes forget to remove focused or disabled annotations after debugging tests. This of course isn't ideal and as brought up in #8485 we should add checks against this. Therefore, this patch:

* Adds the [`eslint-plugin-jest` package ](https://github.com/jest-community/eslint-plugin-jest/tree/main)which contains a bunch of jest-syntax-specific rules
* Enables the `no-focused-tests` rule to throw a lint error if a test is focused with `it.only`, `fit` or similar functions. 
* Enables the `no-disabled-tests` rule to throw a lint error if a test (suite) from a suite is disabled/skipped with `it.skip`, `xit` or similar functions. While we sometimes skip tests on purpose, I'd argue that we generally want to avoid this, as it can also happen accidentally. For the few exceptions of this rule, we can always ignore it.
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.

2 participants