使用 GitHub Copilot 在 VS Code 中自动生成 JS/TS 函数测试 Posted on 2023-03-01 想要为您的 JS/TS 函数自动生成测试? GitHub CoPilot 现在可以做到这一点。 GitHubNext 添加了一个TestPilot 实验,可以通过分析功能并扫描文档和评论来为功能生成测试。 原文: https://christianheilmann.com/2023/03/01/automatically-generating-tests-for-js-ts-functions-in-vs-code-with-github-copilot/