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

test: fix enabledManagers test

parent 5a23e9b4
Branches
Tags 27.31.2
No related merge requests found
......@@ -35,7 +35,7 @@ describe('workers/repository/extract/index', () => {
config.enabledManagers = ['npm'];
managerFiles.getManagerPackageFiles.mockResolvedValue([]);
expect(await extractAllDependencies(config)).toEqual({});
expect(logger.warn).toHaveBeenCalled();
expect(logger.debug).toHaveBeenCalled();
});
it('checks custom managers', async () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment