File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
apps/heft/src/cli/test/__snapshots__ Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -93,10 +93,9 @@ exports[`CommandLineHelp prints the help for each action: test 1`] = `
93
93
[--typescript-max-write-parallelism PARALLEILSM]
94
94
[--max-old-space-size SIZE] [--watch] [--clean] [--no-test]
95
95
[--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]
100
99
101
100
102
101
Optional arguments:
@@ -125,9 +124,6 @@ Optional arguments:
125
124
list of source files that were passed in as arguments.
126
125
This corresponds to the \\"--findRelatedTests\\"
127
126
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.
131
127
--silent Prevent tests from printing messages through the
132
128
console. This corresponds to the \\"--silent\\" parameter
133
129
in Jest's documentation.
You can’t perform that action at this time.
0 commit comments