MMy Approach to do Unit Test in React
2018-07-17 — 6 Min Read — In Technology
Starting with test is not easy, but if you are trying to do TDD while improving your code quality and/or speed it's a must. Having a test discipline doesn't make you a faster developer but it helps a lot in maintaining the code and empowers you with…