-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
CustomConsole is missing many methods #3756
Comments
It makes sense if you're willing to do so! :) |
@taion , @thymikee , which of the functions listed in the MDN Docs for |
|
Can someone point me to certain files that have references to said |
@gtoprak The code sits mostly in here: https://github.com/facebook/jest/blob/master/packages/jest-util/src/Console.js. We basically extend Nodes |
What's wrong with the pull request submitted by @sumnerevans ? As far as I can see it is just waiting for code review. |
That PR is opened against a fork of Jest, not Jest itself |
Can I help with this issue? Is it still waiting to fix? What exactly is still needed to be done? |
@binygal , @gtoprak , I worked on this over the summer for my internship with Kenzan. I am no longer at the company, so I am not communicating in any official capacity. We had some trouble getting CLAs signed (corporate politics), so we didn't submit anything upstream. If you want, you can look at what I implemented. I give you permission to copy-paste what I did. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Ref https://github.com/facebook/relay/pull/1857/files#r119980384
Would it make sense for
CustomConsole
to implement (or stub) some of the more advanced console methods? Might be nicer than having to sniff for support in various loggers to avoid erroring out in tests.The text was updated successfully, but these errors were encountered: