-
Unit testing capabilities using advanced ES6 features
Unit testing is a fundamental part of any development process. It’s a key tool that helps us to scale and balance maintainability and extensibility in large and diverse code repositories. The challenge: legacy components Ideally unit tests are contained and easy to write, and you can apply TDD because…