提交 15b9ab2c 编写于 作者: 雪洛's avatar 雪洛

test: calendar页面不支持web端

上级 819a1d7e
const PAGE_PATH = '/pages/template/calendar/calendar'
describe('calendar', () => {
if (process.env.uniTestPlatformInfo.indexOf('web') > -1 || process.env.UNI_AUTOMATOR_APP_WEBVIEW == 'true') {
it('dummyTest', () => {
expect(1).toBe(1)
})
return
}
let page
beforeAll(async () => {
page = await program.reLaunch(PAGE_PATH)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册