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 46cd916 commit c051090Copy full SHA for c051090
packages/react-native/Libraries/Blob/__tests__/URL-test.js
@@ -76,7 +76,7 @@ describe('URL', function () {
76
const paramsFromObject = new URLSearchParams({
77
user: 'john',
78
age: '30',
79
- active: 'true',
+ active: 'true',//test
80
});
81
82
expect(paramsFromObject.get('user')).toBe('john');
0 commit comments