backend-plugin-api: properly forward lack of feature options

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-09-02 16:51:56 +02:00
parent b9d94774fd
commit 91eed37a39
9 changed files with 55 additions and 9 deletions
@@ -89,7 +89,7 @@ describe('TestBackend', () => {
await startTestBackend({
services: [sf],
features: [testModule({})],
features: [testModule()],
});
expect(testFn).toHaveBeenCalledWith('winning');