PortfolioPortfolio
  • START
  • ME
  • AWARDS
  • JOURNEY
  • BLOG
🇺🇸🇨🇴
Posts with tag

#testing

2024-05-07

How to mock an HTTP request with Jest 💻

Today I wanted to show you how to properly write a test.But anyone can figure out how to run a simple test. And here, we're looking to help you find answers you won't find anywhere else.So I thought w…

#javascript#testing#nodejs#jest#web-development
2024-04-08

Are you making THESE unit testing and mocking mistakes?

Testing is hard.And it doesn't matter if you're an experienced tester or a beginner...If you've put significant effort into testing an application...Chances are you've made some of these testing and m…

#javascript#testing#web-development
2020-04-17

Testing framework - Node.js

Once an application is running in production, we might be afraid to make changes. How do we know that a new feature, a fix, or a refactor won't break existing functionality?We can manually use our app…

#javascript#testing#nodejs