Comparing version 2.7.0 to 2.7.1-canary.2d00338
@@ -10,3 +10,3 @@ "use strict"; | ||
}; | ||
exports.VERSION = '2.7.0'; | ||
exports.VERSION = '2.7.1-canary.2d00338'; | ||
exports.deepOptions = []; |
@@ -5,8 +5,9 @@ "use strict"; | ||
const node_process_1 = require("process"); | ||
const columns = Math.max((node_process_1.stdout.columns || 50) - 10, 40); | ||
exports.Write = { | ||
log: (data) => node_process_1.stdout.write(`${String(data)}\n`), | ||
hr: () => { | ||
const line = 'β'.repeat(node_process_1.stdout.columns - 10 || 40); | ||
const line = 'β'.repeat(columns); | ||
exports.Write.log(`\n\x1b[2m\x1b[90m${line}\x1b[0m\n`); | ||
}, | ||
}; |
{ | ||
"name": "poku", | ||
"version": "2.7.0", | ||
"version": "2.7.1-canary.2d00338", | ||
"description": "π· Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.", | ||
@@ -59,11 +59,11 @@ "main": "./lib/modules/index.js", | ||
"devDependencies": { | ||
"@biomejs/biome": "1.9.1", | ||
"@types/node": "^22.5.5", | ||
"@biomejs/biome": "1.9.4", | ||
"@types/node": "^22.8.0", | ||
"c8": "^10.1.2", | ||
"jsonc.min": "^1.1.0", | ||
"monocart-coverage-reports": "^2.10.8", | ||
"monocart-coverage-reports": "^2.11.1", | ||
"packages-update": "^2.0.0", | ||
"prettier": "^3.3.3", | ||
"tsx": "4.19.1", | ||
"typescript": "^5.6.2" | ||
"typescript": "^5.6.3" | ||
}, | ||
@@ -70,0 +70,0 @@ "keywords": [ |
@@ -200,2 +200,6 @@ <div align="center"> | ||
<tr> | ||
<td><a href="https://poku.io/docs/documentation/helpers/only">only</a></td> | ||
<td>π Debug tests by enabling selective runs.</td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://poku.io/docs/documentation/helpers/processes/get-pids">getPIDs</a></td> | ||
@@ -259,4 +263,4 @@ <td>π΅π» Debug processes IDs using ports and port ranges.</td> | ||
- ~**4x** faster than [**Jest**](https://github.com/jestjs/jest) (v29.7.0) | ||
- ~**3x** faster than [**Vitest**](https://github.com/vitest-dev/vitest) (v1.6.0) | ||
- ~**1x** faster than [**Mocha**](https://github.com/mochajs/mocha) (v10.4.0) + [**Chai**](https://github.com/chaijs/chai) (v5.1.1) | ||
- ~**4x** faster than [**Vitest**](https://github.com/vitest-dev/vitest) (v2.1.3) | ||
- ~**2x** faster than [**Mocha**](https://github.com/mochajs/mocha) (v10.7.3) β _even with test file isolation_ | ||
@@ -263,0 +267,0 @@ > - You can see how the tests are run and compared in the [benchmark](https://github.com/wellwelwel/poku/tree/main/benchmark) directory. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
172514
3574
312
1