DEV Community

Christian Heilmann
Christian Heilmann

Posted on

GitHub CoPilot now also generates tests for functions

Want to automatically generate tests for your JS/TS functions? GitHub CoPilot now does that.
GitHubNext added a TestPilot experiment that can generate tests for a function by analysing it and scanning the docs and comments.

Animation showing how to create a test for a function by highlighting it

Latest comments (0)