Skip to content

Commit

Permalink
Update multidim-interop/testplans.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
  • Loading branch information
MarcoPolo and thomaseizinger authored Jul 7, 2023
1 parent 4bc6b9d commit c6eb21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multidim-interop/testplans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import path from "path";
const argv = await yargs(process.argv.slice(2))
.options({
'name-filter': {
description: 'Only run named test',
description: 'Only run tests including this name',
default: "",
},
'name-ignore': {
description: 'Ignore named test',
description: 'Do not run any tests including this name ',
default: "",
},
'emit-only': {
Expand Down

0 comments on commit c6eb21a

Please sign in to comment.