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 committed Jul 7, 2023
1 parent 4e51fbe commit 626f02a
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 626f02a

Please sign in to comment.