Skip to content

Commit afc31d2

Browse files
authored
Merge pull request #246 from rubygems/dependabot/npm_and_yarn/actions/core-1.11.1
Bump @actions/core from 1.10.1 to 1.11.1
2 parents 2013743 + 6c85d97 commit afc31d2

File tree

6 files changed

+21074
-20845
lines changed

6 files changed

+21074
-20845
lines changed

__tests__/main.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jest.mock('os', () => {
2222

2323
return {
2424
__esModule: true, // Use it when dealing with esModules
25+
default: originalModule,
2526
...originalModule,
2627
homedir: jest.fn()
2728
}

0 commit comments

Comments
 (0)