fix(core): update
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user