Skip to content

Commit

Permalink
chore: remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall authored and devjiangzhou committed Jul 13, 2023
1 parent 681665d commit a2f892c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions integration_tests/specs/navigator/navigator.ts
Original file line number Diff line number Diff line change
@@ -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();
});
Expand Down

0 comments on commit a2f892c

Please sign in to comment.