提交 70b54085 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

test(chooseLocation): 规避微信小程序

上级 2b096aea
const platformInfo = process.env.uniTestPlatformInfo.toLocaleLowerCase()
isWeixin = platformInfo == 'mp-weixin'
describe('dialog page', () => {
if (process.env.UNI_AUTOMATOR_APP_WEBVIEW == 'true') {
it('skip app-webview', () => {
......@@ -5,6 +8,12 @@ describe('dialog page', () => {
})
return
}
if (isWeixin) {
it('skip app-webview', () => {
expect(1).toBe(1)
})
return
}
let page;
beforeAll(async () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册