From 654ddfa19fec9914b7fc82c59f4472eaac7ef511 Mon Sep 17 00:00:00 2001 From: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:24:37 -0400 Subject: [PATCH] fixup!: wordsmith test-case description Co-authored-by: Antoine du Hamel --- test/parallel/test-find-package-json.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/test-find-package-json.js b/test/parallel/test-find-package-json.js index 45fd41c7bfe229..0fcb043f16c473 100644 --- a/test/parallel/test-find-package-json.js +++ b/test/parallel/test-find-package-json.js @@ -72,7 +72,7 @@ describe('findPackageJSON', () => { // Throws when no arguments are provided assert.strictEqual(answer, 43); }); - it('should be able to do whatever the heck Antoine created', () => { + it('should be able to resolve both root and closest package.json', () => { tmpdir.refresh(); fs.writeFileSync(tmpdir.resolve('entry.mjs'), `