Gone are the days when the client-side code didn't require unit testing. With the evolution of client-side frameworks, the testing possibilities also improved. There are many frameworks and tools available for unit testing, end-to-end testing, and so on. JHipster creates unit tests for client-side code using Karma and Jasmine out-of-the-box and also supports creating end-to-end tests using Protractor.