fix(core): update

This commit is contained in:
2023-02-06 11:43:11 +01:00
parent ef97b390d4
commit fd590e0be3
11 changed files with 1011 additions and 653 deletions

View File

@ -100,7 +100,7 @@ tap.test('should save the car to the db', async (toolsArg) => {
});
tap.test('expect to get instance of Car with shallow match', async () => {
const totalQueryCycles = totalCars / 6;
const totalQueryCycles = totalCars / 2;
let counter = 0;
do {
const timeStart = Date.now();