Skip to content

Commit

Permalink
reinstalled eslint-plugin-jsdoc: ^50.6.2, and added line 105
Browse files Browse the repository at this point in the history
  • Loading branch information
albertshay888 committed Jan 24, 2025
1 parent f5a9ec3 commit 54e6409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"esbuild": "^0.24.0",
"eslint-plugin-jsdoc": "^50.6.2",
"glob": "^11.0.0",
"http-server": "^14.1.1",
"pkg-ok": "^3.0.0",
Expand Down
3 changes: 1 addition & 2 deletions test/commands/scorecard.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ test("should retrieve repository within git config", async() => {
const readFileSyncMock = mock.method(fs, "readFileSync", () => [
"[remote \"origin\"]",
"\turl = [email protected]:myawesome/repository.git"
].join("\n")
);
].join("\n"));

assert.deepEqual(
testingModule.getCurrentRepository(),
Expand Down

0 comments on commit 54e6409

Please sign in to comment.