Skip to content

Commit c9b6a32

Browse files
authored
chore: Bump @actions/core from 1.6.0 to 1.10.0, resolves aws-actions#401 (aws-actions#405)
chore: Bump @actions/core from 1.6.0 to 1.10.0, resolves aws-actions#401 (aws-actions#405)
1 parent d296f9b commit c9b6a32

File tree

3 files changed

+4707
-13
lines changed

3 files changed

+4707
-13
lines changed

index.test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ const fs = require('fs');
44
const path = require('path');
55

66
jest.mock('@actions/core');
7-
jest.mock('fs');
7+
jest.mock('fs', () => ({
8+
promises: { access: jest.fn() },
9+
readFileSync: jest.fn(),
10+
}));
811

912
const mockEcsRegisterTaskDef = jest.fn();
1013
const mockEcsUpdateService = jest.fn();

0 commit comments

Comments
 (0)