提交 9ef50c49 编写于 作者: 雪洛's avatar 雪洛

test: calendar页面不支持web端

上级 263391d8
const PAGE_PATH = '/pages/template/calendar/calendar' const PAGE_PATH = '/pages/template/calendar/calendar'
describe('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 let page
beforeAll(async () => { beforeAll(async () => {
page = await program.reLaunch(PAGE_PATH) page = await program.reLaunch(PAGE_PATH)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册