Lighthouse Backend: fix api-report, rename options and create function, remove jest from package.json

Signed-off-by: Dominik Pfaffenbauer <dominik@pfaffenbauer.at>
This commit is contained in:
Dominik Pfaffenbauer
2023-01-25 15:45:18 +01:00
parent 12ac927b75
commit 6a5aebfe04
7 changed files with 14 additions and 22 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export default async function createPlugin(env: PluginEnvironment) {
discoveryApi: env.discovery,
});
await create({ logger, scheduler, config, catalogClient });
await createScheduler({ logger, scheduler, config, catalogClient });
}
```