Comparing version 2.6.3-canary.7658609 to 2.6.3-canary.0af5c8f
@@ -10,3 +10,3 @@ "use strict"; | ||
}; | ||
exports.VERSION = '2.6.3-canary.7658609'; | ||
exports.VERSION = '2.6.3-canary.0af5c8f'; | ||
exports.deepOptions = []; |
@@ -6,6 +6,5 @@ import type { DescribeOptions } from '../../@types/describe.js'; | ||
declare function describeCore(message: string, cb: () => unknown): void; | ||
declare function describeCore(message: string, options: DescribeOptions): void; | ||
declare function describeCore(message: string, options?: DescribeOptions): void; | ||
declare function describeCore(cb: () => Promise<unknown>): Promise<void>; | ||
declare function describeCore(cb: () => unknown): void; | ||
declare function describeCore(message: string, options?: DescribeOptions): void; | ||
export declare const describe: typeof describeCore & { | ||
@@ -12,0 +11,0 @@ todo: typeof todo; |
{ | ||
"name": "poku", | ||
"version": "2.6.3-canary.7658609", | ||
"version": "2.6.3-canary.0af5c8f", | ||
"description": "🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/modules/index.js", |
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
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
172512
3577