UNPKG

gmove

Version:

小程序转换器,基于支付宝/微信小程序转换为多端小程序,让小程序跨平台开发变得简单。init from antmove@1.2.2

30 lines (27 loc) 440 B
#自动化测试 ## 测试框架 <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 ```