8000 Update CLI snapshot · clouedoc/rushstack@c93ca15 · GitHub
[go: up one dir, main page]

Skip to content

Commit c93ca15

Browse files
committed
Update CLI snapshot
1 parent c47e48b commit c93ca15

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

apps/heft/src/cli/test/__snapshots__/CommandLineHelp.test.ts.snap

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,9 @@ exports[`CommandLineHelp prints the help for each action: test 1`] = `
9393
[--typescript-max-write-parallelism PARALLEILSM]
9494
[--max-old-space-size SIZE] [--watch] [--clean] [--no-test]
9595
[--no-build] [-u] [--find-related-tests SOURCE_FILE]
96-
[--pass-with-no-tests] [--silent] [-t REGEXP]
97-
[--test-path-pattern REGEXP] [--test-timeout-ms INTEGER]
98-
[--detect-open-handles] [--debug-heft-reporter]
99-
[--max-workers COUNT_OR_PERCENTAGE]
96+
[--silent] [-t REGEXP] [--test-path-pattern REGEXP]
97+
[--test-timeout-ms INTEGER] [--detect-open-handles]
98+
[--debug-heft-reporter] [--max-workers COUNT_OR_PERCENTAGE]
10099
101100
102101
Optional arguments:
@@ -125,9 +124,6 @@ Optional arguments:
125124
list of source files that were passed in as arguments.
126125
This corresponds to the \\"--findRelatedTests\\"
127126
parameter in Jest's documentation.
128-
--pass-with-no-tests Allow the test suite to pass when no test files are
129-
found. This corresponds to the \\"--passWithNoTests\\"
130-
parameter in Jest's documentation.
131127
--silent Prevent tests from printing messages through the
132128
console. This corresponds to the \\"--silent\\" parameter
133129
in Jest's documentation.

0 commit comments

Comments
 (0)
0