Comparing version 2.6.0 to 2.6.1-canary.228177f
@@ -8,4 +8,3 @@ "use strict"; | ||
const indentation_js_1 = require("../../configs/indentation.js"); | ||
const todo_js_1 = require("./it/todo.js"); | ||
const skip_js_1 = require("./it/skip.js"); | ||
const modifiers_js_1 = require("./modifiers.js"); | ||
async function describeCore(arg1, arg2) { | ||
@@ -52,4 +51,4 @@ let title; | ||
exports.describe = Object.assign(describeCore, { | ||
todo: todo_js_1.todo, | ||
skip: skip_js_1.skip, | ||
todo: modifiers_js_1.todo, | ||
skip: modifiers_js_1.skip, | ||
}); |
@@ -9,4 +9,3 @@ "use strict"; | ||
const write_js_1 = require("../../../services/write.js"); | ||
const todo_js_1 = require("./todo.js"); | ||
const skip_js_1 = require("./skip.js"); | ||
const modifiers_js_1 = require("../modifiers.js"); | ||
async function itCore(...args) { | ||
@@ -62,4 +61,4 @@ try { | ||
exports.it = Object.assign(itCore, { | ||
todo: todo_js_1.todo, | ||
skip: skip_js_1.skip, | ||
todo: modifiers_js_1.todo, | ||
skip: modifiers_js_1.skip, | ||
}); |
{ | ||
"name": "poku", | ||
"version": "2.6.0", | ||
"version": "2.6.1-canary.228177f", | ||
"description": "π· Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.", | ||
@@ -60,3 +60,3 @@ "main": "./lib/modules/index.js", | ||
"@biomejs/biome": "1.8.3", | ||
"@types/node": "^22.5.3", | ||
"@types/node": "^22.5.4", | ||
"c8": "^10.1.2", | ||
@@ -63,0 +63,0 @@ "jsonc.min": "^1.1.0", |
@@ -261,3 +261,4 @@ <div align="center"> | ||
> You can see how the tests are run and compared in the [benchmark](https://github.com/wellwelwel/poku/tree/main/benchmark) directory. | ||
> - You can see how the tests are run and compared in the [benchmark](https://github.com/wellwelwel/poku/tree/main/benchmark) directory. | ||
> - [Comparing **Poku** and native test runners _(discussion)_](https://github.com/wellwelwel/poku/discussions/740). | ||
@@ -264,0 +265,0 @@ --- |
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
308
163703
115
3390
1