@tapjs/filter
Advanced tools
Comparing version 0.0.0-16 to 0.0.0-17
@@ -79,2 +79,7 @@ "use strict"; | ||
} | ||
else if (this.#grep) { | ||
// just set to an empty array so it doesn't try to load from the | ||
// env once we've exhausted the pattern parts. | ||
opts.grep = []; | ||
} | ||
if (this.#runOnly && !opts.only) { | ||
@@ -81,0 +86,0 @@ const p = 'filter: only'; |
@@ -76,2 +76,7 @@ import { env, parseTestArgs, } from '@tapjs/core'; | ||
} | ||
else if (this.#grep) { | ||
// just set to an empty array so it doesn't try to load from the | ||
// env once we've exhausted the pattern parts. | ||
opts.grep = []; | ||
} | ||
if (this.#runOnly && !opts.only) { | ||
@@ -78,0 +83,0 @@ const p = 'filter: only'; |
{ | ||
"name": "@tapjs/filter", | ||
"version": "0.0.0-16", | ||
"version": "0.0.0-17", | ||
"description": "tap plugin providing t.only() and grep option", | ||
@@ -37,3 +37,3 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)", | ||
"peerDependencies": { | ||
"@tapjs/core": "0.0.0-16" | ||
"@tapjs/core": "0.0.0-17" | ||
}, | ||
@@ -40,0 +40,0 @@ "dependencies": { |
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
48966
597