From a2f892c47f537a83df3617abd2b3a9ee9d14add7 Mon Sep 17 00:00:00 2001 From: andycall Date: Thu, 13 Jul 2023 01:27:08 +0800 Subject: [PATCH] chore: remove tests --- integration_tests/specs/navigator/navigator.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/integration_tests/specs/navigator/navigator.ts b/integration_tests/specs/navigator/navigator.ts index 7e66ea5486..a84e474b18 100644 --- a/integration_tests/specs/navigator/navigator.ts +++ b/integration_tests/specs/navigator/navigator.ts @@ -1,9 +1,4 @@ describe('Navigator', () => { - it('connectivity', async () => { - let connection = await navigator.connection.getConnectivity(); - expect(connection.isConnected).toBeTrue(); - }); - it('hardwareConcurrency', () => { expect(navigator.hardwareConcurrency > 0).toBeTrue(); });