@tapjs/before
Advanced tools
Comparing version 0.0.0-11 to 0.0.0-12
/** | ||
* Plugin class providing {@link Before#before} on the | ||
* {@link Test} class. | ||
* Plugin class providing {@link @tapjs/before!Before#before} on the | ||
* {@link @tapjs/test!index.Test} class. | ||
* | ||
@@ -24,5 +24,5 @@ * @module | ||
/** | ||
* Plugin method that creates the {@link Before} instance | ||
* Plugin method that creates the {@link @tapjs/before!Before} instance | ||
*/ | ||
export declare const plugin: TapPlugin<Before>; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
/** | ||
* Plugin class providing {@link Before#before} on the | ||
* {@link Test} class. | ||
* Plugin class providing {@link @tapjs/before!Before#before} on the | ||
* {@link @tapjs/test!index.Test} class. | ||
* | ||
@@ -57,3 +57,3 @@ * @module | ||
/** | ||
* Plugin method that creates the {@link Before} instance | ||
* Plugin method that creates the {@link @tapjs/before!Before} instance | ||
*/ | ||
@@ -60,0 +60,0 @@ const plugin = (t) => new Before(t); |
/** | ||
* Plugin class providing {@link Before#before} on the | ||
* {@link Test} class. | ||
* Plugin class providing {@link @tapjs/before!Before#before} on the | ||
* {@link @tapjs/test!index.Test} class. | ||
* | ||
@@ -24,5 +24,5 @@ * @module | ||
/** | ||
* Plugin method that creates the {@link Before} instance | ||
* Plugin method that creates the {@link @tapjs/before!Before} instance | ||
*/ | ||
export declare const plugin: TapPlugin<Before>; | ||
//# sourceMappingURL=index.d.ts.map |
/** | ||
* Plugin class providing {@link Before#before} on the | ||
* {@link Test} class. | ||
* Plugin class providing {@link @tapjs/before!Before#before} on the | ||
* {@link @tapjs/test!index.Test} class. | ||
* | ||
@@ -53,5 +53,5 @@ * @module | ||
/** | ||
* Plugin method that creates the {@link Before} instance | ||
* Plugin method that creates the {@link @tapjs/before!Before} instance | ||
*/ | ||
export const plugin = (t) => new Before(t); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@tapjs/before", | ||
"version": "0.0.0-11", | ||
"version": "0.0.0-12", | ||
"description": "a built-in tap extension for t.before()", | ||
@@ -46,3 +46,3 @@ "type": "module", | ||
"peerDependencies": { | ||
"@tapjs/core": "0.0.0-11" | ||
"@tapjs/core": "0.0.0-12" | ||
}, | ||
@@ -49,0 +49,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
14966