Skip to content

Commit

Permalink
fixup!: de-lint
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 654ddfa commit 701f642
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/parallel/test-find-package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const assert = require('node:assert');
const fs = require('node:fs');
const { findPackageJSON } = require('node:module');
const { describe, it } = require('node:test');
const { pathToFileURL } = require('node:url');


describe('findPackageJSON', () => { // Throws when no arguments are provided
Expand Down

0 comments on commit 701f642

Please sign in to comment.