fix(core): update
This commit is contained in:
@@ -11,7 +11,7 @@ tap.test('should sort objects', async () => {
|
||||
testObjectSorter = new smartfuzzy.ObjectSorter([
|
||||
new Car('BMW'),
|
||||
new Car('Mercedes Benz'),
|
||||
new Car('Volvo')
|
||||
new Car('Volvo'),
|
||||
]);
|
||||
|
||||
const result = testObjectSorter.sort('Volvo', ['brand']);
|
||||
|
Reference in New Issue
Block a user