8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac0aca commit 6aad023Copy full SHA for 6aad023
heft-plugins/heft-jest-plugin/src/JestPlugin.ts
@@ -591,7 +591,7 @@ export default class JestPlugin implements IHeftTaskPlugin<IJestPluginOptions> {
591
rootDir: buildFolderPath,
592
593
silent: options.silent || false,
594
- verbose: (taskSession.parameters.verbose || taskSession.parameters.debug) && !options.silent,
+ verbose: taskSession.parameters.verbose || taskSession.parameters.debug,
595
testNamePattern: options.testNamePattern,
596
testPathIgnorePatterns: options.testPathIgnorePatterns ? [options.testPathIgnorePatterns] : undefined,
597
testPathPattern: options.testPathPattern ? [options.testPathPattern] : undefined,
0 commit comments