diff --git a/pages/template/calendar/calendar.test.js b/pages/template/calendar/calendar.test.js index 8b7993cae8ebcebf5451635fcde3265499ca9f94..bd510bf8a46de13066f598c1171894de248ecd87 100644 --- a/pages/template/calendar/calendar.test.js +++ b/pages/template/calendar/calendar.test.js @@ -1,6 +1,12 @@ 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)