1 Star 0 Fork 0

冰糖雪梨/mind-ui-weapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wx.test.js 413 Bytes
一键复制 编辑 原始数据 按行查看 历史
泪莫倾城 提交于 3年前 . 项目发布
const _ = require('./utils')
test('wx.getSystemInfo', async () => {
wx.getSystemInfo({
success(res) {
expect(res.errMsg).toBe('getSystemInfo:ok')
},
complete(res) {
expect(res.errMsg).toBe('getSystemInfo:ok')
},
})
})
test('wx.getSystemInfoSync', async () => {
const info = wx.getSystemInfoSync()
expect(info.SDKVersion).toBe('2.4.1')
expect(info.version).toBe('6.6.3')
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ixook/mind-ui-weapp.git
git@gitee.com:ixook/mind-ui-weapp.git
ixook
mind-ui-weapp
mind-ui-weapp
master

搜索帮助