npm test 全方位解读 用户83244817961 2019-10-03 499 阅读1分钟 本文参考了NPM中文文档写作而成的 npm test 功能 测试一个包 npm test 使用 npm test [-- <args>] aliases: t, tst npm test 说明 如果提供了程序包,它将运行程序包的“测试”脚本。 本文参考NPM中文文档