Compare commits

...

5 Commits

Author SHA1 Message Date
a0840ee9f4 5.0.2 2022-03-14 13:17:55 +01:00
041534f363 fix(core): update 2022-03-14 13:17:54 +01:00
c89362ba8a 5.0.1 2022-03-14 12:56:17 +01:00
f07879d2c1 fix(core): update 2022-03-14 12:56:17 +01:00
eba3a19488 5.0.0 2022-03-14 11:23:02 +01:00
3 changed files with 21 additions and 21 deletions

32
package-lock.json generated
View File

@ -1,25 +1,25 @@
{
"name": "@pushrocks/tapbundle",
"version": "4.0.9",
"version": "5.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/tapbundle",
"version": "4.0.9",
"version": "5.0.2",
"license": "MIT",
"dependencies": {
"@open-wc/testing-helpers": "^2.1.2",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^4.0.16",
"@pushrocks/smartexpect": "^1.0.12",
"@pushrocks/smartexpect": "^1.0.13",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smarttime": "^3.0.45"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.48",
"@gitzone/tsrun": "^1.2.31",
"@gitzone/tstest": "^1.0.66",
"@gitzone/tstest": "^1.0.67",
"@types/node": "^17.0.18",
"randomstring": "^1.2.2",
"tslint": "^6.1.3",
@ -2131,9 +2131,9 @@
}
},
"node_modules/@gitzone/tstest": {
"version": "1.0.66",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftstest/-/tstest-1.0.66.tgz",
"integrity": "sha512-0BB+XdABrc9OjdWOsZlgWu4yJCJO0GCbPATWU9exVeZWw4h5z2Ty7EQjQvmbVQ/KCZMW5P/le53XhZIotKXn6w==",
"version": "1.0.67",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftstest/-/tstest-1.0.67.tgz",
"integrity": "sha512-szaUuDa5RR4ErPObjB036ZKKNy35vEtpnANnbE1WFuqazjUlBN2GniOMWY8SULDryefrWCyaIbDAOJjtk62vNw==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -3694,9 +3694,9 @@
}
},
"node_modules/@pushrocks/smartexpect": {
"version": "1.0.12",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpect/-/smartexpect-1.0.12.tgz",
"integrity": "sha512-uZJ5OPr3ei14/Ovs2JRmKd7WixR0XGVVREkJ5xIsxKhqU/nm2spUbVLYjNBaKxDGCHjTAmdq8AV5Ola8F3Ia7w==",
"version": "1.0.13",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpect/-/smartexpect-1.0.13.tgz",
"integrity": "sha512-5EucGOr1XCUJE68CyXJvMKRZX8Wqpek2LmgFyBNkmOvMWpBqlveYSwhu1GsIlYPDGaycDcB4Q/MZ5X3F3gwjOg==",
"license": "MIT",
"dependencies": {
"@pushrocks/smartdelay": "^2.0.13",
@ -12588,9 +12588,9 @@
}
},
"@gitzone/tstest": {
"version": "1.0.66",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftstest/-/tstest-1.0.66.tgz",
"integrity": "sha512-0BB+XdABrc9OjdWOsZlgWu4yJCJO0GCbPATWU9exVeZWw4h5z2Ty7EQjQvmbVQ/KCZMW5P/le53XhZIotKXn6w==",
"version": "1.0.67",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftstest/-/tstest-1.0.67.tgz",
"integrity": "sha512-szaUuDa5RR4ErPObjB036ZKKNy35vEtpnANnbE1WFuqazjUlBN2GniOMWY8SULDryefrWCyaIbDAOJjtk62vNw==",
"dev": true,
"requires": {
"@gitzone/tsbundle": "^1.0.91",
@ -13637,9 +13637,9 @@
}
},
"@pushrocks/smartexpect": {
"version": "1.0.12",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpect/-/smartexpect-1.0.12.tgz",
"integrity": "sha512-uZJ5OPr3ei14/Ovs2JRmKd7WixR0XGVVREkJ5xIsxKhqU/nm2spUbVLYjNBaKxDGCHjTAmdq8AV5Ola8F3Ia7w==",
"version": "1.0.13",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpect/-/smartexpect-1.0.13.tgz",
"integrity": "sha512-5EucGOr1XCUJE68CyXJvMKRZX8Wqpek2LmgFyBNkmOvMWpBqlveYSwhu1GsIlYPDGaycDcB4Q/MZ5X3F3gwjOg==",
"requires": {
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartpromise": "^3.1.6",

View File

@ -1,7 +1,7 @@
{
"name": "@pushrocks/tapbundle",
"private": false,
"version": "4.0.9",
"version": "5.0.2",
"description": "tap bundled for tapbuffer",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
@ -24,14 +24,14 @@
"@open-wc/testing-helpers": "^2.1.2",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^4.0.16",
"@pushrocks/smartexpect": "^1.0.12",
"@pushrocks/smartexpect": "^1.0.13",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smarttime": "^3.0.45"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.48",
"@gitzone/tsrun": "^1.2.31",
"@gitzone/tstest": "^1.0.66",
"@gitzone/tstest": "^1.0.67",
"@types/node": "^17.0.18",
"randomstring": "^1.2.2",
"tslint": "^6.1.3",

View File

@ -21,8 +21,8 @@ const test2 = tap.test('my second test', async (tools) => {
const test3 = tap.test(
'my third test -> test2 should take longer than test1 and endure at least 1000ms',
async () => {
expect((await test1).hrtMeasurement.milliSeconds < (await test2).hrtMeasurement.milliSeconds).toBeTrue();
expect((await test2).hrtMeasurement.milliSeconds > 10).toBeTrue();
expect((await test1.testPromise).hrtMeasurement.milliSeconds < (await test2).hrtMeasurement.milliSeconds).toBeTrue();
expect((await test2.testPromise).hrtMeasurement.milliSeconds > 10).toBeTrue();
}
);