Compare commits

..

2 Commits

Author SHA1 Message Date
85f0d99934 3.1.47 2020-09-09 05:05:42 +00:00
3b2d3d9072 fix(core): update 2020-09-09 05:05:41 +00:00
3 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartdata",
"version": "3.1.46",
"version": "3.1.47",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartdata",
"version": "3.1.46",
"version": "3.1.47",
"private": false,
"description": "do more with data",
"main": "dist_ts/index.js",

View File

@ -104,7 +104,7 @@ tap.test('expect to get instance of Car', async () => {
});
console.log(`took ${Date.now() - timeStart}`);
counter++;
} while (counter < 2000);
} while (counter < 30);
});
tap.test('expect to get instance of Car', async () => {
@ -116,7 +116,7 @@ tap.test('expect to get instance of Car', async () => {
} as any);
console.log(`took ${Date.now() - timeStart}`);
counter++;
} while (counter < 2000);
} while (counter < 30);
});
tap.test('expect to get instance of Car and update it', async () => {