Skip to content

Commit 6706374

Browse files
authored
Update index.unit.test.ts with added tests
1 parent 882a846 commit 6706374

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ describe("resolveInstallDependencies function", () => {
119119

120120
//considering removing these
121121
// edge cases like where RUNNER_ENVIRONMENT is not set
122-
it("returns false for 'auto' when RUNNER_ENVIRONMENT is not set", () =>
122+
it("returns false for 'auto' when RUNNER_ENVIRONMENT is not set", () => {
123123
const result = index.resolveInstallDependencies('auto');
124124
// Should return false because isGitHubHosted will be false
125125
expect(result).toBe(false);

0 commit comments

Comments
 (0)