Skip to content

Commit

Permalink
Re-add --golden, but as a hidden option
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Aug 2, 2023
1 parent 2efbb4d commit 436634c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/server/cli/test-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ async function getTestRunnerOptions(argv = []) {
description: 'Run tests in Firefox',
order: 3
},
{
name: 'golden',
type: Boolean
},
{
name: 'grep',
alias: 'g',
Expand Down

0 comments on commit 436634c

Please sign in to comment.