Skip to content

Commit f833561

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

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ 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.href).toBe('https://username:[email protected]:8080/docs/path?query=testQuery&key=value#fragment');
2322
expect(url.origin).toBe('https://reactnative.dev:8080');
2423
expect(url.password).toBe('password');
2524
expect(url.username).toBe('username');

0 commit comments

Comments
 (0)