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

[Tests] use parsers.all + features to maximally repeat test cases across parsers, plus fixes #3108

Merged
merged 4 commits into from
Oct 21, 2021

Conversation

ljharb
Copy link
Member

@ljharb ljharb commented Oct 20, 2021

This deletes some test code, and also changes the total number of tests ran from 5165 to 17796.

…agment syntax in `typescript-eslint` parser
…s in tag names in `typescript-eslint` parser
…cript-eslint parser

note: rules still do not work properly with the old TS parser
@codecov-commenter
Copy link

codecov-commenter commented Oct 20, 2021

Codecov Report

Merging #3108 (42f23b3) into master (7a34ea9) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3108      +/-   ##
==========================================
- Coverage   97.54%   97.50%   -0.04%     
==========================================
  Files         118      118              
  Lines        7859     7865       +6     
  Branches     2804     2808       +4     
==========================================
+ Hits         7666     7669       +3     
- Misses        193      196       +3     
Impacted Files Coverage Δ
lib/rules/jsx-fragments.js 98.93% <100.00%> (+0.02%) ⬆️
lib/rules/jsx-no-useless-fragment.js 98.94% <100.00%> (+0.02%) ⬆️
lib/rules/jsx-props-no-multi-spaces.js 100.00% <100.00%> (ø)
lib/util/usedPropTypes.js 97.75% <100.00%> (ø)
lib/rules/no-array-index-key.js 89.42% <0.00%> (-2.89%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7a34ea9...42f23b3. Read the comment docs.

@ljharb ljharb merged commit 42f23b3 into jsx-eslint:master Oct 21, 2021
@ljharb ljharb deleted the parsers-all branch October 21, 2021 06:20
@ljharb ljharb added the hacktoberfest-accepted If you're interested in a free shirt, this PR counts towards it. label Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted If you're interested in a free shirt, this PR counts towards it.
Development

Successfully merging this pull request may close these issues.

2 participants