Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 440 Bytes

readme.test.md

File metadata and controls

30 lines (27 loc) · 440 Bytes

#自动化测试

测试框架

cases

  • utils/babel
  • antmove.config.js(component2、vant-weapp和scope)
  • app.json(示例 miniprogram-demo)
  • app.js
  • page/API/index.js
  • page/API/index.axml

命令行使用

安装

yarn add --dev jest 

或者

npm install --save-dev jest

使用

yarn test 

或者

npm run test