From c6eb21ae9f572e5a0125578f5b61fccaed743753 Mon Sep 17 00:00:00 2001 From: Marco Munizaga Date: Fri, 7 Jul 2023 08:26:16 -0700 Subject: [PATCH] Update multidim-interop/testplans.ts Co-authored-by: Thomas Eizinger --- multidim-interop/testplans.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multidim-interop/testplans.ts b/multidim-interop/testplans.ts index 56d97df8a..6fbed6e67 100644 --- a/multidim-interop/testplans.ts +++ b/multidim-interop/testplans.ts @@ -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': {