From 713d315ded8bf441d2ece3f4799be9ca83d5440c Mon Sep 17 00:00:00 2001 From: Robert McGuinness Date: Sat, 8 Jul 2023 20:54:38 -0400 Subject: [PATCH] style: typo --- tests/DebugConfigurationProvider.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/DebugConfigurationProvider.test.ts b/tests/DebugConfigurationProvider.test.ts index d0cb289c..68bdc382 100755 --- a/tests/DebugConfigurationProvider.test.ts +++ b/tests/DebugConfigurationProvider.test.ts @@ -293,7 +293,7 @@ describe('DebugConfigurationProvider', () => { ${'pnpm'} | ${['run', 'test']} | ${true} ${'pnpm'} | ${['test', '--', '--config', 'test-jest.json']} | ${false} `( - 'can merge yarn or npm or pnpmcommand line: $cmd $cArgs', + 'can merge yarn or npm or pnpm command line: $cmd $cArgs', ({ cmd, cArgs, appendExtraArg }) => { // eslint-disable-next-line @typescript-eslint/no-unused-vars const { args, program, windows, ...restConfig } = config;