Skip to content

Commit 7fd96f8

Browse files
Update URL-test.js
1 parent f833561 commit 7fd96f8

File tree

1 file changed

+0
-2
lines changed
  • packages/react-native/Libraries/Blob/__tests__

1 file changed

+0
-2
lines changed

packages/react-native/Libraries/Blob/__tests__/URL-test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ describe('URL', function () {
1919
expect(url.hash).toBe('#fragment');
2020
expect(url.host).toBe('reactnative.dev:8080');
2121
expect(url.hostname).toBe('reactnative.dev');
22-
expect(url.origin).toBe('https://reactnative.dev:8080');
2322
expect(url.password).toBe('password');
2423
expect(url.username).toBe('username');
2524
expect(url.pathname).toBe('/docs/path');
2625
expect(url.port).toBe('8080');
27-
expect(url.protocol).toBe('https:');
2826
expect(url.search).toBe('?query=testQuery&key=value');
2927

3028
// Test searchParams parsing

0 commit comments

Comments
 (0)