I have a feeling it somehow relates to: https://github.com/facebook/jest/blob/master/src/Console.js But trying to use `console.debug()` in a test tells me it isn't there, but `.warn()`, `.log()`, and `.error()` work as expected.
I have a feeling it somehow relates to: https://github.com/facebook/jest/blob/master/src/Console.js
But trying to use
console.debug()in a test tells me it isn't there, but.warn(),.log(), and.error()work as expected.