fix(core): update

This commit is contained in:
2021-10-03 17:24:17 +02:00
parent 0fb86bc21b
commit cddd1163ec
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ tap.test('should sort objects', async () => {
const result = await testArticleSearch.search('USA');
console.log(result);
console.log(result[0].matches)
});
tap.start();