As a frontend developer, whenever we create component ...
...or complete task to ensure quality, developer have to create unit test for features/ component/ .... And it's take bunch of time. My idea is about to create a tool for enhance this step: automation generate unit-test after reviewing code file (read code, get the functions and make some unit-test) then maybe it's can read a test case and generate it for me. So do you think i need to build it?