Skip to content

Commit

Permalink
Merge pull request #168 from storybookjs/yann/sb-678-test-runner163-b…
Browse files Browse the repository at this point in the history
…ug---watch-is-no-longer

fix --watch cli option
  • Loading branch information
yannbf committed Aug 22, 2022
2 parents 1531285 + 33b5905 commit 97276b0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/util/getParsedCliOptions.ts
Expand Up @@ -18,11 +18,7 @@ export const getParsedCliOptions = () => {
'.storybook'
)
.option('--watch', 'Watch files for changes and rerun tests related to changed files', false)
.option(
'--watchAll',
'Watch files for changes and rerun all tests when something changes',
false
)
.option('--watchAll', 'Watch files for changes and rerun all tests when something changes')
.option(
'--browsers <browsers...>',
'Define browsers to run tests in. Could be one or multiple of: chromium, firefox, webkit',
Expand Down

0 comments on commit 97276b0

Please sign in to comment.