backend-plugin-api: properly forward lack of feature options
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -89,7 +89,7 @@ describe('TestBackend', () => {
|
||||
|
||||
await startTestBackend({
|
||||
services: [sf],
|
||||
features: [testModule({})],
|
||||
features: [testModule()],
|
||||
});
|
||||
|
||||
expect(testFn).toHaveBeenCalledWith('winning');
|
||||
|
||||
Reference in New Issue
Block a user