Setting up Jest in React

Поделиться
HTML-код
  • Опубликовано: 16 окт 2024
  • ‪@holderchannel4393‬ asked about using Jest in React. It can be tricky business so let's talk about a work around!

Комментарии • 5

  • @holderchannel4393
    @holderchannel4393 Год назад +1

    Utilizing the insight provided through your video, I'm in the process of setting up Babel and Jest again, and it's going much more smoothly this time around. However, I realize that I need to learn how to configure them properly instead of relying on solutions found through Google searches, which often include an overwhelming amount of code. Your unique approach to teaching, where you showed the complete code and then commented out each line to demonstrate its impact, was very helpful. Thank you for organizing the information so well. I'm eager to see more of your videos and would love for you to continue creating content that can help people bridge the gap between what we learn in bootcamps and what's actually required in the industry.

    • @bitsnbotsai
      @bitsnbotsai  Год назад +1

      It's all trial and error. The only reason I can explain it like this is because I spent a lot of time Googling solutions and trying out copy-pasted code from StackOverflow. I'm glad you found this helpful and let me know if there are any specific topics you'd like to see covered! I like to make videos on coding topics that most places don't cover

  • @aleksandarmihaylov6884
    @aleksandarmihaylov6884 Год назад

    Great, great, great. Absolutely amazing. I''ve struggled with this problem for a long time already. Many thanks for helping me with this issue not only to fix it but also to understand how works the solution.

  • @aleksandarmihaylov6884
    @aleksandarmihaylov6884 Год назад

    I have one question. What we need add for react with typescript ?

    • @bitsnbotsai
      @bitsnbotsai  Год назад +1

      Not sure yet. Haven't dived into TS yet but I plan to!