如何从零到一快速搭建单测环境 jest 🚀

250 阅读1分钟

一行命令行搞定:

npx create-test-app

如果是 TypeScript 项目:

npx create-test-app --type ts