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

test(general event): 优化测试名称

上级 3f4508d9
const PAGE_PATH = '/pages/component/general-event/general-event' const PAGE_PATH = '/pages/component/general-event/general-event'
describe('event trigger sequence', () => { describe('event trigger', () => {
const platformInfo = process.env.uniTestPlatformInfo.toLocaleLowerCase() const platformInfo = process.env.uniTestPlatformInfo.toLocaleLowerCase()
const isAndroid = platformInfo.startsWith('android') const isAndroid = platformInfo.startsWith('android')
const isIos = platformInfo.startsWith('ios') const isIos = platformInfo.startsWith('ios')
...@@ -293,4 +293,4 @@ describe('event trigger sequence', () => { ...@@ -293,4 +293,4 @@ describe('event trigger sequence', () => {
} }
} }
}) })
}) })
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册