Skip to content
Snippets Groups Projects
Commit 276fa98a authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix: eslint error

parent 437145b9
No related branches found
No related tags found
No related merge requests found
...@@ -223,7 +223,7 @@ describe('lib/workers/repository/onboarding', () => { ...@@ -223,7 +223,7 @@ describe('lib/workers/repository/onboarding', () => {
beforeEach(() => { beforeEach(() => {
config = { ...defaultConfig }; config = { ...defaultConfig };
jest.resetAllMocks(); jest.resetAllMocks();
apis.detectPackageFiles = jest.fn(config => config); apis.detectPackageFiles = jest.fn(a => a);
config.api = { config.api = {
commitFilesToBranch: jest.fn(), commitFilesToBranch: jest.fn(),
createPr: jest.fn(() => ({ displayNumber: 1 })), createPr: jest.fn(() => ({ displayNumber: 1 })),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment