Skip to content

Commit ae0f9ee

Browse files
Copilotsetchy
andcommitted
Revert previous changes to start fresh migration to Octokit
Co-authored-by: setchy <386277+setchy@users.noreply.github.com>
1 parent 70102b0 commit ae0f9ee

11 files changed

Lines changed: 122 additions & 15863 deletions

File tree

jest.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ const config: Config = {
1010
// Force CommonJS build for http adapter to be available.
1111
// via https://github.com/axios/axios/issues/5101#issuecomment-1276572468
1212
'^axios$': require.resolve('axios'),
13-
// Mock ES modules that cause issues with Jest
14-
'^@octokit/core$': '<rootDir>/src/renderer/__helpers__/octokit.mock.ts',
15-
'^@octokit/plugin-paginate-rest$': '<rootDir>/src/renderer/__helpers__/octokit.mock.ts',
1613
},
1714
modulePathIgnorePatterns: ['<rootDir>/build', '<rootDir>/node_modules'],
1815
};

0 commit comments

Comments
 (0)