Skip to content

Commit

Permalink
chore: removed alias from --testMatch
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ng_liu committed Feb 20, 2023
1 parent 39bc218 commit 6c41d08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/reassure-cli/src/commands/measure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export const command: CommandModule<{}, MeasureOptions> = {
describe: 'Commit hash of current code to be included in the report',
})
.option('testMatch', {
alias: 'tm',
type: 'string',
default: undefined,
describe: 'Run performance tests for a specific test file',
Expand Down

0 comments on commit 6c41d08

Please sign in to comment.