fix(core): update

This commit is contained in:
2020-09-10 10:12:17 +00:00
parent 85f0d99934
commit b5f2474f65
5 changed files with 45 additions and 39 deletions

View File

@ -100,7 +100,7 @@ tap.test('expect to get instance of Car', async () => {
do {
const timeStart = Date.now();
const myCars = await Car.getInstances<Car>({
brand: 'Volvo',
brand: 'Renault',
});
console.log(`took ${Date.now() - timeStart}`);
counter++;