@oclif/test
Advanced tools
Comparing version 4.1.2 to 4.1.3
{ | ||
"name": "@oclif/test", | ||
"description": "test helpers for oclif components", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"author": "Salesforce", | ||
@@ -9,3 +9,3 @@ "bugs": "https://github.com/oclif/test/issues", | ||
"ansis": "^3.3.2", | ||
"debug": "^4.3.6" | ||
"debug": "^4.4.0" | ||
}, | ||
@@ -17,3 +17,3 @@ "peerDependencies": { | ||
"@commitlint/config-conventional": "^18.6.3", | ||
"@oclif/core": "^4.0.32", | ||
"@oclif/core": "^4.0.34", | ||
"@oclif/prettier-config": "^0.2.1", | ||
@@ -27,12 +27,12 @@ "@types/chai": "^5.0.1", | ||
"eslint": "^8.57.1", | ||
"eslint-config-oclif": "^5.2.1", | ||
"eslint-config-oclif": "^5.2.2", | ||
"eslint-config-oclif-typescript": "^3.1.12", | ||
"eslint-config-prettier": "^9.1.0", | ||
"husky": "^9.1.6", | ||
"husky": "^9.1.7", | ||
"lint-staged": "^15.2.10", | ||
"mocha": "^10", | ||
"prettier": "^3.3.3", | ||
"prettier": "^3.4.2", | ||
"shx": "^0.3.3", | ||
"tsx": "^4.19.2", | ||
"typescript": "^5.6.3" | ||
"typescript": "^5.7.2" | ||
}, | ||
@@ -39,0 +39,0 @@ "engines": { |
@@ -17,3 +17,7 @@ # @oclif/test | ||
**NOTE for jest users** - in order for these utilities to capture all output to the terminal, you must set `verbose: true` in your jest config to prevent jest from supressing any output. See https://jestjs.io/docs/configuration#verbose-boolean for more | ||
> [!NOTE] | ||
> In order for these utilities to capture all output to the terminal, you must disable any console output interception/suppression features in your test framework. | ||
> | ||
> - For Jest users, enable [the `verbose` flag](https://jestjs.io/docs/configuration#verbose-boolean) in your Jest config. | ||
> - For Vitest users, enable [the `disableConsoleIntercept` flag](https://vitest.dev/guide/cli.html#disableconsoleintercept) in your Vitest config. | ||
@@ -20,0 +24,0 @@ ### `captureOutput` |
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
13463
46
Updateddebug@^4.4.0