|
|
|
|
|
by gmkabro
1047 days ago
|
|
I’ve found that copilot is actually pretty good at generating tests, although I’m sure that depends on how the code under test is written. I can usually just write the test description (sometimes a whole describe block) and it fills out the test(s) for me. I usually have to make some adjustments but it sure beats typing it all out by hand. |
|