We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa0193 commit f833561Copy full SHA for f833561
packages/react-native/Libraries/Blob/__tests__/URL-test.js
@@ -19,7 +19,6 @@ describe('URL', function () {
19
expect(url.hash).toBe('#fragment');
20
expect(url.host).toBe('reactnative.dev:8080');
21
expect(url.hostname).toBe('reactnative.dev');
22
- expect(url.href).toBe('https://username:[email protected]:8080/docs/path?query=testQuery&key=value#fragment');
23
expect(url.origin).toBe('https://reactnative.dev:8080');
24
expect(url.password).toBe('password');
25
expect(url.username).toBe('username');
0 commit comments