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

Appearance settings

Commit 62819aa

Browse filesBrowse files
committed
Fix linter warnings
1 parent ed06803 commit 62819aa
Copy full SHA for 62819aa

File tree

Expand file treeCollapse file tree

3 files changed

+383
-697
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+383
-697
lines changed

‎__tests__/main.test.ts

Copy file name to clipboardExpand all lines: __tests__/main.test.ts
+2-2Lines 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
let inputs = {
19-
token: process.env.GITHUB_TOKEN || ""
19+
token: process.env.GITHUB_TOKEN || "",
2020
} as any;
2121

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.