fix(core): update

This commit is contained in:
2021-10-16 21:17:02 +02:00
parent 7cbd0bd99b
commit 7a4d557724
10 changed files with 33 additions and 32 deletions

View File

@@ -134,7 +134,7 @@ tap.test('expect to get instance of Car with deep match', async () => {
const timeStart = Date.now();
const myCars2 = await Car.getInstances({
deepData: {
sodeep: 'yes'
sodeep: 'yes',
},
});
if (counter % 10 === 0) {
@@ -207,7 +207,7 @@ tap.test('should store a new Truck', async () => {
console.log(myTruck2);
});
tap.test('should ', async () => {})
tap.test('should ', async () => {});
// =======================================
// close the database connection