Wednesday, October 16, 2019

Test Driven Development (TDD)

AAA - Arrange, Act, Assert


DIE - describe - it - expect




Fail - Pass - Refactor



Bare-bones ReactJS application with Jest and Enzyme

https://github.com/kadirisani/reactjs-jest-tutorial

Good References:

https://codewithhugo.com/jest-fn-spyon-stub-mock/

It took me a while to find this online tool where TDD can be practiced. Enjoy TDD: https://repl.it/languages/jest  -- it stopped working :(

No comments:

Post a Comment