diff --git a/pages.json b/pages.json index 8f6fcb8949eba99c9a8847380422101a83419ce7..86d79ec9bd358451bd54b96cbc02f90d1ecfab1a 100644 --- a/pages.json +++ b/pages.json @@ -396,14 +396,12 @@ "navigationBarTitleText": "设置导航条标题" } }, - // #ifdef APP { "path": "pages/API/set-page-backgroundColorContent/set-page-backgroundColorContent", "style": { "navigationBarTitleText": "设置页面容器背景色" } }, - // #endif { "path": "pages/API/navigator/new-page/new-page-1", "style": { diff --git a/pages/API/set-page-backgroundColorContent/set-page-backgroundColorContent.test.js b/pages/API/set-page-backgroundColorContent/set-page-backgroundColorContent.test.js index 60598cd6b2904dde789d36d1e0bcbc7fdcd78129..6a33bdda881a805964e45a4aee230b2afa88b9cb 100644 --- a/pages/API/set-page-backgroundColorContent/set-page-backgroundColorContent.test.js +++ b/pages/API/set-page-backgroundColorContent/set-page-backgroundColorContent.test.js @@ -1,11 +1,4 @@ -describe('set-page-backgroundColorContent', () => { - if (process.env.uniTestPlatformInfo.startsWith('web')) { - it('dummyTest', async () => { - expect(1).toBe(1) - }) - return - } - +describe('set-page-backgroundColorContent', () => { let page beforeAll(async () => { page = await program.reLaunch('/pages/API/set-page-backgroundColorContent/set-page-backgroundColorContent')