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

Standardize file names in packages/jest-haste-map #7266

Merged
merged 3 commits into from
Oct 25, 2018
Merged

Standardize file names in packages/jest-haste-map #7266

merged 3 commits into from
Oct 25, 2018

Conversation

matmalkowski
Copy link
Contributor

Summary

This is part of #4969 - standardizes file names in packages/jest-haste-map under Facebook naming conventions

Test plan

I've run yarn test and although its not passing, I'm getting same test failures on master

@codecov-io
Copy link

Codecov Report

Merging #7266 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #7266   +/-   ##
=======================================
  Coverage   66.53%   66.53%           
=======================================
  Files         241      241           
  Lines        9310     9310           
  Branches        5        5           
=======================================
  Hits         6194     6194           
  Misses       3113     3113           
  Partials        3        3
Impacted Files Coverage Δ
packages/jest-haste-map/src/lib/extractRequires.js 100% <ø> (ø)
packages/jest-haste-map/src/worker.js 94.28% <ø> (ø) ⬆️
packages/jest-haste-map/src/lib/WatchmanWatcher.js 0% <ø> (ø)
packages/jest-haste-map/src/HasteFS.js 55.55% <ø> (ø)
packages/jest-haste-map/src/crawlers/watchman.js 95.55% <ø> (ø) ⬆️
packages/jest-haste-map/src/ModuleMap.js 75.92% <ø> (ø)
packages/jest-haste-map/src/index.js 92.05% <ø> (ø) ⬆️
...ges/jest-haste-map/src/lib/getPlatformExtension.js 100% <ø> (ø)
packages/jest-haste-map/src/getMockName.js 100% <ø> (ø)
...ackages/jest-haste-map/src/lib/normalizePathSep.js 100% <ø> (ø)

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 e21ae11...c667a8d. Read the comment docs.

Copy link
Member

@SimenB SimenB left a comment

Choose a reason for hiding this comment

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

Thank you!

@SimenB SimenB merged commit b8619f8 into jestjs:master Oct 25, 2018
@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.

4 participants