mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-03 06:11:48 +00:00
Added short URLs orderBy handling to the query state
This commit is contained in:
@@ -22,4 +22,12 @@ describe('ordering', () => {
|
||||
expect(determineOrderDir('bar', 'bar', 'DESC')).toBeUndefined();
|
||||
});
|
||||
});
|
||||
|
||||
describe('orderToString', () => {
|
||||
test.todo('casts the order to string');
|
||||
});
|
||||
|
||||
describe('stringToOrder', () => {
|
||||
test.todo('casts a string to an order objects');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user