Giter Site home page Giter Site logo

Comments (9)

jonaswindey avatar jonaswindey commented on May 11, 2024 3

For later versions of Jest, you also have to remove the cache folder configured in jest /"cacheDirectory" in package.json (just wasted 2 hours looking for it)

If you don't specify the cacheDirectory the folder is at /private/var/folders/lm/x4_bq9sd24d9_vjs84wdl9cr0000gp/T/jest/jest-transform-cache--Users-jonas-Development-3nit-io-aa63b6391f6782d2e445325c13c1bc66 (depending on your environment) , so just put "cacheDirectory": "/jest-cache" under the jest key of your package.json and you'll be able to remove that when necessary.

from react-transform-hmr.

gaearon avatar gaearon commented on May 11, 2024

You're probably running tests without any NODE_ENV, so Babel assumes "development" and enables it per .babelrc.

from react-transform-hmr.

buob avatar buob commented on May 11, 2024

I suspected that, so I changed the script to be NODE_ENV=test jest, and even got rid of the config in .babelrc so it wouldn't have anything to reference react-transform-hmr, but it's still happening. Even the explicit export NODE_ENV=test before running the tests didn't affect it. 😕

from react-transform-hmr.

gaearon avatar gaearon commented on May 11, 2024

Maybe there's some weird caching going on?
If you removed it from config, where else can it come from?
You can delete the package to be sure, and look what code crashes.

from react-transform-hmr.

gaearon avatar gaearon commented on May 11, 2024

Anyway, this looks like an issue in your setup, rather than an issue with this project.

from react-transform-hmr.

joshblack avatar joshblack commented on May 11, 2024

@buob did you ever resolve this issue? I'm having the same problem when setting up jest with react-transform-hmr. Changing NODE_ENV doesn't stop the Runtime Error that jest throws, and removing it from babelrc also doesn't help.

If you remove the react-transform-hmr module from the node_modules folder then it just says that it can't find that module.

from react-transform-hmr.

buob avatar buob commented on May 11, 2024

A colleague of mine ended up figuring it out because of this issue - #5 (comment)

We moved our .babelrc content to webpack config.

from react-transform-hmr.

obourne avatar obourne commented on May 11, 2024

I had the same issue and ended up removing .babelrc too but jest didn't stop using react-transform-hmr until I manually deleted the .haste_cache dir from the jest-cli node_modules dir

from react-transform-hmr.

joshblack avatar joshblack commented on May 11, 2024

@obourne that is what tripped me up for the longest time. Thanks for writing it down, I'm sure whoever comes across this issue next will thank you for it.

from react-transform-hmr.

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.