Skip to content

Commit

Permalink
style: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robmcguinness committed Jul 9, 2023
1 parent 22a14e4 commit 713d315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DebugConfigurationProvider.test.ts
Expand Up @@ -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;
Expand Down

0 comments on commit 713d315

Please sign in to comment.