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

fix: testMatch not working with negations #6648

Merged
merged 6 commits into from
Aug 8, 2018

Conversation

thymikee
Copy link
Collaborator

@thymikee thymikee commented Jul 6, 2018

Summary

When searching for test matches, we used micromatch in a bit convoluted way, which didn't take advantage of its regular API.

Fixes #6440, possibly #6546 but didn't test it (@aldarund could you check if this diff fixes your issue?).

Test plan

Extended one test that fails without this patch.

@aldarund
Copy link
Contributor

aldarund commented Jul 6, 2018

@thymikee checked. Nope, it didnt do anything

@codecov-io
Copy link

codecov-io commented Jul 8, 2018

Codecov Report

Merging #6648 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6648      +/-   ##
==========================================
- Coverage   63.62%   63.62%   -0.01%     
==========================================
  Files         235      235              
  Lines        9018     9017       -1     
  Branches        3        4       +1     
==========================================
- Hits         5738     5737       -1     
  Misses       3279     3279              
  Partials        1        1
Impacted Files Coverage Δ
packages/jest-cli/src/SearchSource.js 44.64% <ø> (-0.49%) ⬇️

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 56411e0...24abf79. Read the comment docs.

@thymikee
Copy link
Collaborator Author

thymikee commented Jul 10, 2018

As reported #6668 I've added {dot: true} options to all matches performed by micromatch. We do it for search_source already, so I guess there's nothing wrong in using it in other places, like coverage? cc @SimenB

@retyui can you check if this fixes your use case?

EDIT: Reverted, as it failed badly. Will leave it for someone else to investigate 😅

@thymikee thymikee requested a review from cpojer July 27, 2018 10:14
@thymikee thymikee changed the base branch from master to gh-pages August 7, 2018 20:31
@thymikee thymikee changed the base branch from gh-pages to master August 7, 2018 20:32
@thymikee thymikee merged commit 0a16c5d into jestjs:master Aug 8, 2018
@thymikee thymikee deleted the fix/test-match branch August 8, 2018 06:33
thymikee added a commit to rhysawilliams2010/jest that referenced this pull request Aug 8, 2018
* upstream/master: (122 commits)
  fix: don't report promises as open handles (jestjs#6716)
  support serializing `DocumentFragment` (jestjs#6705)
  Allow test titles to include array index (jestjs#6414)
  fix `toContain` suggest to contain equal message (jestjs#6810)
  fix: testMatch not working with negations (jestjs#6648)
  Add test cases for jestjs#6744 (jestjs#6772)
  print stack trace on calls to process.exit (jestjs#6714)
  Updates SnapshotTesting.md to provide more info. on snapshot scope (jestjs#6735)
  Mark snapshots as obsolete when moved to an inline snapshot (jestjs#6773)
  [Docs] Clarified the use of literal values as property matchers in toMatchSnapshot() (jestjs#6807)
  Update CHANGELOG.md (jestjs#6799)
  fix changelog entry that is not in 23.4.2 (jestjs#6796)
  Fix --coverage with --findRelatedTests overwriting collectCoverageFrom options (jestjs#6736)
  Update testURL default value from about:blank to localhost (jestjs#6792)
  fix: `matchInlineSnapshot` when prettier dependencies are mocked (jestjs#6776)
  Fix retryTimes and add e2e regression test (jestjs#6762)
  Release v23.4.2
  Docs/ExpectAPI: Correct docs for `objectContaining` (jestjs#6754)
  chore(packages/babel-jest) readme (jestjs#6746)
  docs: noted --coverage aliased by --collectCoverage (jestjs#6741)
  ...
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Negation does not work with testMatch option
5 participants