Skip to content

Commit

Permalink
fixup!: wordsmith test-case description
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
JakobJingleheimer and aduh95 authored Oct 22, 2024
1 parent d31712c commit 654ddfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-find-package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'), `
Expand Down

0 comments on commit 654ddfa

Please sign in to comment.