Mario Fernandez

  • About
  • Talks
  • Blog
  • Tags

Fail a test in Jest if an unexpected network request happens

2019/12/08ReactJestTestingreact-testing-librarycreate-react-appaxios
Automatically failing unit tests with Jest in React when network requests are made will make your tests more reliable and easier to maintain

How to split the deployment of your front end and back end with the help of Consumer Driven Contract Testing

2019/11/12TestingContract TestingPactContinuous DeliveryJestCircleCI
By using contract tests, you can build more independent frontend and backends that can be deployed separately. That way, you can get faster feedback