Skip to content

Commit 317ab81

Browse files
committed
chore: Self code review
1 parent 34e33c9 commit 317ab81

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

.github/actions/setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ runs:
2828
- name: Install Dependencies
2929
shell: bash
3030
id: npm-ci
31-
run: npm ci
31+
run: npm ci

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,26 +66,26 @@
6666
"@eslint/json": "0.6.0",
6767
"@eslint/markdown": "6.2.1",
6868
"@github/local-action": "2.2.0",
69-
"@types/jest": "^29.5.14",
69+
"@types/jest": "29.5.14",
7070
"@types/node": "22.9.0",
7171
"@typescript-eslint/eslint-plugin": "8.14.0",
7272
"@typescript-eslint/parser": "8.14.0",
7373
"@vercel/ncc": "0.38.3",
7474
"confluence.js": "1.7.4",
7575
"cspell": "8.15.5",
7676
"dompurify": "3.2.1",
77-
"dotenv": "^16.4.5",
77+
"dotenv": "16.4.5",
7878
"eslint": "9.7.0",
7979
"eslint-config-prettier": "9.1.0",
8080
"eslint-import-resolver-typescript": "3.6.3",
8181
"eslint-plugin-import": "2.31.0",
8282
"eslint-plugin-jest": "28.9.0",
8383
"eslint-plugin-prettier": "5.1.3",
8484
"husky": "9.0.11",
85-
"jest": "^29.7.0",
85+
"jest": "29.7.0",
8686
"lint-staged": "15.2.10",
8787
"replace-in-file": "8.2.0",
88-
"ts-jest": "^29.2.5",
88+
"ts-jest": "29.2.5",
8989
"typescript": "5.6.3"
9090
},
9191
"lint-staged": {

test/unit/specs/main.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ describe("action", () => {
178178

179179
expect(runMock).toHaveReturned();
180180

181-
// Verify that all of the core library functions were called correctly
182181
expect(setFailedMock).toHaveBeenNthCalledWith(1, "Foo error");
183182
});
184183
});

0 commit comments

Comments
 (0)