@oclif/test
Advanced tools
Comparing version 3.1.17 to 3.2.0
@@ -21,4 +21,5 @@ "use strict"; | ||
// Update to path.dirname(url.fileURLToPath(import.meta.url)) whenever we update tsconfig target to ES2020 | ||
// eslint-disable-next-line unicorn/prefer-module | ||
load_config_1.loadConfig.root = traverseFilePathUntil(require.main?.path ?? module.path, (p) => !p.includes('node_modules')); | ||
/* eslint-disable unicorn/prefer-module */ | ||
load_config_1.loadConfig.root = traverseFilePathUntil(require.main?.path ?? module.path, (p) => !(p.includes('node_modules') || p.includes('.pnpm') || p.includes('.yarn'))); | ||
/* eslint-enable unicorn/prefer-module */ | ||
exports.test = fancy_test_1.fancy | ||
@@ -25,0 +26,0 @@ .register('loadConfig', load_config_1.loadConfig) |
{ | ||
"name": "@oclif/test", | ||
"description": "test helpers for oclif components", | ||
"version": "3.1.17", | ||
"version": "3.2.0", | ||
"author": "Salesforce", | ||
@@ -18,3 +18,3 @@ "bugs": "https://github.com/oclif/test/issues", | ||
"@types/node": "^18", | ||
"commitlint": "^18.6.0", | ||
"commitlint": "^18.6.1", | ||
"eslint": "^8.56.0", | ||
@@ -21,0 +21,0 @@ "eslint-config-oclif": "^5.0.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
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
18884
306