jest
2019-07-04 本文已影响0人
嘉文张
1. 代码变化触发测试:
jest --watch ##runs jest -o by default
## 或者 jest --watchAll #runs all tests
2. 系统通知测试结果
jest --notify
jest --watch ##runs jest -o by default
## 或者 jest --watchAll #runs all tests
jest --notify