JEST前端單元測試

1、Jest 基本概念javascript npm安裝:html 1. npm install jest -D(安裝到本地)前端 2. npm install jest -g(安裝到全局)java 運行:node 1. npx jest(安裝到本地的前提下)webpack 2. jest(安裝到全局的前提下)git 3. 修改"script" 中的"test" 爲"jest"後使用npm run
相關文章
相關標籤/搜索