chore: remove unused parameter
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -23,7 +23,6 @@ describe('ScaffolderCatalogModule', () => {
|
||||
it('should register the extension point', async () => {
|
||||
const extensionPoint = { addProcessor: jest.fn() };
|
||||
await startTestBackend({
|
||||
services: [],
|
||||
extensionPoints: [[catalogProcessingExtensionPoint, extensionPoint]],
|
||||
features: [scaffolderCatalogModule({})],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user