@tapjs/filter
Advanced tools
Comparing version 0.0.0-11 to 0.0.0-12
@@ -29,4 +29,5 @@ import { PromiseWithSubtest, TapPlugin, TestBase, TestBaseOpts } from '@tapjs/core'; | ||
/** | ||
* Class that provides the {@link Filter#only} method, and extends the | ||
* {@link TestBase#shouldSkipChild} method to respect the grep option | ||
* Class that provides the {@link @tapjs/filter!Filter#only} method, and | ||
* extends the {@link @tapjs/core!test-base.TestBase#shouldSkipChild} method to | ||
* respect the grep option | ||
*/ | ||
@@ -46,3 +47,3 @@ export declare class Filter { | ||
/** | ||
* plugin method that instantiates a {@link Filter} object | ||
* plugin method that instantiates a {@link @tapjs/filter!Filter} object | ||
*/ | ||
@@ -49,0 +50,0 @@ export declare const plugin: TapPlugin<Filter, FilterOptions>; |
@@ -6,4 +6,5 @@ "use strict"; | ||
/** | ||
* Class that provides the {@link Filter#only} method, and extends the | ||
* {@link TestBase#shouldSkipChild} method to respect the grep option | ||
* Class that provides the {@link @tapjs/filter!Filter#only} method, and | ||
* extends the {@link @tapjs/core!test-base.TestBase#shouldSkipChild} method to | ||
* respect the grep option | ||
*/ | ||
@@ -96,3 +97,3 @@ class Filter { | ||
/** | ||
* plugin method that instantiates a {@link Filter} object | ||
* plugin method that instantiates a {@link @tapjs/filter!Filter} object | ||
*/ | ||
@@ -99,0 +100,0 @@ const plugin = (t, opts) => new Filter(t, opts); |
@@ -29,4 +29,5 @@ import { PromiseWithSubtest, TapPlugin, TestBase, TestBaseOpts } from '@tapjs/core'; | ||
/** | ||
* Class that provides the {@link Filter#only} method, and extends the | ||
* {@link TestBase#shouldSkipChild} method to respect the grep option | ||
* Class that provides the {@link @tapjs/filter!Filter#only} method, and | ||
* extends the {@link @tapjs/core!test-base.TestBase#shouldSkipChild} method to | ||
* respect the grep option | ||
*/ | ||
@@ -46,3 +47,3 @@ export declare class Filter { | ||
/** | ||
* plugin method that instantiates a {@link Filter} object | ||
* plugin method that instantiates a {@link @tapjs/filter!Filter} object | ||
*/ | ||
@@ -49,0 +50,0 @@ export declare const plugin: TapPlugin<Filter, FilterOptions>; |
import { env, parseTestArgs, } from '@tapjs/core'; | ||
/** | ||
* Class that provides the {@link Filter#only} method, and extends the | ||
* {@link TestBase#shouldSkipChild} method to respect the grep option | ||
* Class that provides the {@link @tapjs/filter!Filter#only} method, and | ||
* extends the {@link @tapjs/core!test-base.TestBase#shouldSkipChild} method to | ||
* respect the grep option | ||
*/ | ||
@@ -91,3 +92,3 @@ export class Filter { | ||
/** | ||
* plugin method that instantiates a {@link Filter} object | ||
* plugin method that instantiates a {@link @tapjs/filter!Filter} object | ||
*/ | ||
@@ -94,0 +95,0 @@ export const plugin = (t, opts) => new Filter(t, opts); |
{ | ||
"name": "@tapjs/filter", | ||
"version": "0.0.0-11", | ||
"version": "0.0.0-12", | ||
"description": "tap plugin providing t.only() and grep option", | ||
@@ -37,6 +37,6 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)", | ||
"peerDependencies": { | ||
"@tapjs/core": "0.0.0-11" | ||
"@tapjs/core": "0.0.0-12" | ||
}, | ||
"dependencies": { | ||
"tcompare": "6.0.1-2", | ||
"tcompare": "6.0.1-3", | ||
"trivial-deferred": "^2.0.0" | ||
@@ -43,0 +43,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
43028
567
+ Added@tapjs/core@0.0.0-12(transitive)
+ Added@tapjs/stack@0.0.0-4(transitive)
+ Added@tapjs/test@0.0.0-12(transitive)
+ Addedtap-parser@15.0.0-2(transitive)
+ Addedtcompare@6.0.1-3(transitive)
- Removed@tapjs/core@0.0.0-11(transitive)
- Removed@tapjs/stack@0.0.0-3(transitive)
- Removed@tapjs/test@0.0.0-11(transitive)
- Removedtap-parser@15.0.0-1(transitive)
- Removedtcompare@6.0.1-2(transitive)
Updatedtcompare@6.0.1-3