Skip to content

Commit

Permalink
hide --update-snapshots flag
Browse files Browse the repository at this point in the history
  • Loading branch information
clample committed Nov 2, 2023
1 parent af95a94 commit 7bdc0cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/src/commands/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ export default class Test extends AuthCommand {
'update-snapshots': Flags.boolean({
description: 'Update any snapshots using the actual result of this test run.',
default: false,
// Mark --update-snapshots as hidden until we're ready for GA
hidden: true,
}),
}

Expand Down

0 comments on commit 7bdc0cf

Please sign in to comment.