Giter Club home page Giter Club logo

Comments (14)

sophiebits avatar sophiebits commented on May 2, 2024

Running require('tty') from any test appears to give the same problem.

from jest.

aaronshaf avatar aaronshaf commented on May 2, 2024

This was a blocker for us. :-( We moved on to karma+mocha, etc.

from jest.

duereg avatar duereg commented on May 2, 2024

This should be resolved once #122 is merged

from jest.

voronianski avatar voronianski commented on May 2, 2024

@duereg @aaronshaf any progress on this? I'm stuck with that problem..

from jest.

aaronshaf avatar aaronshaf commented on May 2, 2024

No progress that I know of

from jest.

voronianski avatar voronianski commented on May 2, 2024

@aaronshaf that's sad

from jest.

jeffkole avatar jeffkole commented on May 2, 2024

I am running into the same issue. I applied the fix referenced in #122 to master (v0.2.1) and still get the same bug, though the fix works just fine against v0.1.18.

from jest.

gilbox avatar gilbox commented on May 2, 2024

This bug was really frustrating but now I'm using jest.autoMockOff(); at the top of my test file and it works fine. Presumably I'll be able to manually use jest.mock(..) on individual files but I haven't tried it yet.

from jest.

duereg avatar duereg commented on May 2, 2024

No progress as far as I know... I don't work for facebook so I'm not the person to ask.

from jest.

airato avatar airato commented on May 2, 2024

Try to add tty and net to unmockedModulePathPatterns in package.json

"unmockedModulePathPatterns": [
  "tty",
  "net"
],

This trick solves debug module problem for me. And same problem with request module #214

from jest.

malliapi avatar malliapi commented on May 2, 2024

Worth mentioning here issue #223 i ran into. It looks like debug is the reason why super agent mocks won't work in the simplest of cases?

from jest.

 avatar commented on May 2, 2024

Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.

from jest.

cpojer avatar cpojer commented on May 2, 2024

This shouldn't be a problem any longer. jest.mock() or jest.unmock() should work properly with jest 0.9.0.

from jest.

github-actions avatar github-actions commented on May 2, 2024

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.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

from jest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.