提交 a75ab70f 编写于 作者: Anne_LXM's avatar Anne_LXM

test(editor):调整测试例

上级 bee8a298
// uni-app自动化测试教程: uni-app自动化测试教程: https://uniapp.dcloud.net.cn/worktile/auto/hbuilderx-extension/
jest.setTimeout(30000);
describe('editor.uvue', () => {
console.log('process.env',process.env)
if (!process.env.UNI_AUTOMATOR_APP_WEBVIEW || !process.env.uniTestPlatformInfo.startsWith('web')) {
if (!process.env.uniTestPlatformInfo.includes('web')) {
it('app', () => {
expect(1).toBe(1)
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册