Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit62819aa

Browse files
committed
Fix linter warnings
1 parented06803 commit62819aa

File tree

3 files changed

+383
-697
lines changed

3 files changed

+383
-697
lines changed

‎__tests__/main.test.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ import * as installer from "../src/installer";
1616

1717
// Inputs for mock@actions/core
1818
letinputs={
19-
token:process.env.GITHUB_TOKEN||""
19+
token:process.env.GITHUB_TOKEN||"",
2020
}asany;
2121

2222
describe("installer tests",()=>{
23-
beforeEach(asyncfunction(){
23+
beforeEach(asyncfunction(){
2424
// Mock getInput
2525
jest.spyOn(core,"getInput").mockImplementation((name:string)=>{
2626
returninputs[name];

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp