Skip to content

Commit 648de09

Browse files
authored
fixup! Test name
1 parent 170cd84 commit 648de09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parallel/test-runner-run.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,8 @@ describe('require(\'node:test\').run', { concurrency: true }, () => {
526526
});
527527
});
528528

529-
it(`'none' does nothing`, () => {
530-
it('finds TypeScript files', async () => {
529+
it(`'none'`, () => {
530+
it('does not find TypeScript files', async () => {
531531
const spawned = await common.spawnPromisified(process.execPath,
532532
['run-tests.js', 'none'], { cwd: tsCwd });
533533

0 commit comments

Comments
 (0)