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

feat: create new @jest/transform package #7915

Merged
merged 3 commits into from Feb 16, 2019
Merged

Conversation

SimenB
Copy link
Member

@SimenB SimenB commented Feb 16, 2019

Summary

Trying to make jest-runtime a bit smaller

Test plan

Green CI

},
{},
).options;
const defaultConfig = makeGlobalConfig({rootDir: '/'});
Copy link
Member Author

@SimenB SimenB Feb 16, 2019

Choose a reason for hiding this comment

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

I had completely forgotten about this util 😅 Dropping the jest-config dep means this package is ready to be written in TS (followed by @jest/reporters), which is nice

@codecov-io
Copy link

Codecov Report

Merging #7915 into master will decrease coverage by 0.02%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7915      +/-   ##
==========================================
- Coverage   57.91%   57.89%   -0.03%     
==========================================
  Files         164      165       +1     
  Lines        6093     6092       -1     
  Branches        6        5       -1     
==========================================
- Hits         3529     3527       -2     
- Misses       2562     2563       +1     
  Partials        2        2
Impacted Files Coverage Δ
packages/jest-transform/src/ScriptTransformer.js 88.12% <ø> (ø)
packages/jest-transform/src/shouldInstrument.js 97.05% <ø> (ø)
packages/jest-runtime/src/index.js 73.57% <ø> (ø) ⬆️
packages/jest-runtime/src/helpers.js 100% <ø> (+9.52%) ⬆️
packages/jest-cli/src/runGlobalHook.js 0% <0%> (ø) ⬆️
...ckages/jest-reporters/src/generateEmptyCoverage.js 85.71% <100%> (ø) ⬆️
...est-transform/src/enhanceUnexpectedTokenMessage.js 33.33% <33.33%> (ø)

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 e760ec4...966d02a. Read the comment docs.

"engines": {
"node": ">= 6"
},
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
Copy link
Collaborator

Choose a reason for hiding this comment

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

looks like lerna leftover

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah, not sure what purpose it serves, but I don't wanna delete it

@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.

None yet

5 participants