fix(core): update

This commit is contained in:
2021-10-03 17:37:03 +02:00
parent de87e314c0
commit d4cea26fb5
15 changed files with 194 additions and 130 deletions

View File

@@ -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']);