TLDR; This is an advanced article that shows you how to properly test custom renderer AG Grid components in Angular. You will need to perform integrated, black-box unit tests to successfully validate the custom work done by the renderer. The component is rendered using the TestBed using Jasmine and Karma, […]