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

Addons Jest - Fix test matching #4689

Merged
merged 3 commits into from Nov 5, 2018
Merged

Conversation

igor-dv
Copy link
Member

@igor-dv igor-dv commented Nov 1, 2018

Issue: #4497

What I did

  1. Changed test name matching to regex
  2. When "jest" parameter is a string it should be mapped to array.

@codecov
Copy link

codecov bot commented Nov 3, 2018

Codecov Report

Merging #4689 into master will decrease coverage by 0.02%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4689      +/-   ##
==========================================
- Coverage   35.59%   35.57%   -0.03%     
==========================================
  Files         557      557              
  Lines        6732     6736       +4     
  Branches      884      886       +2     
==========================================
  Hits         2396     2396              
- Misses       3876     3878       +2     
- Partials      460      462       +2
Impacted Files Coverage Δ
addons/jest/src/index.js 0% <0%> (ø) ⬆️

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 729bc9c...648d308. Read the comment docs.

Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

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

LGTM. are there any tests for this?

@igor-dv
Copy link
Member Author

igor-dv commented Nov 5, 2018

@Hypnosphi Hypnosphi added the patch:yes Bugfix & documentation PR that need to be picked to main branch label Nov 5, 2018
@igor-dv igor-dv changed the base branch from master to next November 5, 2018 16:45
@igor-dv igor-dv merged commit 2a553ac into next Nov 5, 2018
@igor-dv igor-dv deleted the addon-jest/fix-tests-matching branch November 5, 2018 16:46
shilman pushed a commit that referenced this pull request Nov 6, 2018
@shilman shilman added the patch:done Patch/release PRs already cherry-picked to main/release branch label Nov 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addon: jest bug patch:done Patch/release PRs already cherry-picked to main/release branch patch:yes Bugfix & documentation PR that need to be picked to main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants