8000 PR feedback · strogo/rushstack@6aad023 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6aad023

Browse files
committed
PR feedback
1 parent 1ac0aca commit 6aad023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heft-plugins/heft-jest-plugin/src/JestPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ export default class JestPlugin implements IHeftTaskPlugin<IJestPluginOptions> {
591591
rootDir: buildFolderPath,
592592

593593
silent: options.silent || false,
594-
verbose: (taskSession.parameters.verbose || taskSession.parameters.debug) && !options.silent,
594+
verbose: taskSession.parameters.verbose || taskSession.parameters.debug,
595595
testNamePattern: options.testNamePattern,
596596
testPathIgnorePatterns: options.testPathIgnorePatterns ? [options.testPathIgnorePatterns] : undefined,
597597
testPathPattern: options.testPathPattern ? [options.testPathPattern] : undefined,

0 commit comments

Comments
 (0)
0