Created Readme.md for @jest/utils#14467
Conversation
✅ Deploy Preview for jestjs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
|
||
| This packages is a collection of utilities and helper functions | ||
|
|
||
| ## [clearLine.ts](https://github.com/jestjs/jest/blob/v29.6.4/packages/jest-util/src/clearLine.ts) |
There was a problem hiding this comment.
| ## [clearLine.ts](https://github.com/jestjs/jest/blob/v29.6.4/packages/jest-util/src/clearLine.ts) | |
| ## `clearLine` |
something like that for all of them? we don't need the links I think 🙂
| This packages is a collection of utilities and helper functions | ||
|
|
||
| ## [clearLine.ts](https://github.com/jestjs/jest/blob/v29.6.4/packages/jest-util/src/clearLine.ts) | ||
| - It ensures that the clearing operation is only performed when running in a terminal environment, and not when the output is redirected to a file or another non-terminal destination. |
There was a problem hiding this comment.
| - It ensures that the clearing operation is only performed when running in a terminal environment, and not when the output is redirected to a file or another non-terminal destination. | |
| It ensures that the clearing operation is only performed when running in a terminal environment, and not when the output is redirected to a file or another non-terminal destination. |
I don't think we need this as a bullet point?
There was a problem hiding this comment.
Sure will commit the suggested changes soon 🚀
| @@ -0,0 +1,66 @@ | |||
| # [@jest/utils](https://github.com/jestjs/jest/blob/v29.6.4/packages/jest-util/src/index.ts) | |||
There was a problem hiding this comment.
Oh!, Sorry let me correct it.
mrazauskas
left a comment
There was a problem hiding this comment.
Perhaps the entries could be sorted in alphabetical order?
Good idea |
|
mrazauskas
left a comment
There was a problem hiding this comment.
Thanks! I like this order, it works.
Please take a look at lint errors on CI.
|
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. |
Summary
This PR fixes #14457
Please let me know if any changes to make (if any required) in this.
Test plan
None