#自动化测试

## 测试框架
<p><a href="https://jestjs.io/zh-Hans/" target="_blank"></a></p>

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

## 命令行使用
### 安装
```bash
yarn add --dev jest 
```
或者
```bash
npm install --save-dev jest
```
### 使用
```bash
yarn test 
```
或者
```bash
npm run test 
```