如何从零到一快速搭建单测环境 jest 🚀 Legend80s 2021-12-08 250 阅读1分钟 一行命令行搞定: npx create-test-app 如果是 TypeScript 项目: npx create-test-app --type ts