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 ccdf4bf commit 389738dCopy full SHA for 389738d
src/__tests__/index.test.tsx
@@ -5,7 +5,7 @@ jest.mock('../NativeMusicLibrary', () => ({}));
5
6
describe('normalizeSortBy', () => {
7
it('should return empty array when input is undefined', () => {
8
- expect(normalizeSortBy(undefined)).toEqual([]);
+ expect(normalizeSortBy(undefined)).toEqual([['default', true]]);
9
});
10
11
it('should handle single SortByKey', () => {
0 commit comments