backend-test-utils: remove services from startTestBackend
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
175e4c3516
commit
f66d490332
@@ -39,8 +39,8 @@ describe('appPlugin', () => {
|
||||
|
||||
it('boots', async () => {
|
||||
const { server } = await startTestBackend({
|
||||
features: [appPlugin()],
|
||||
services: [
|
||||
features: [
|
||||
appPlugin(),
|
||||
mockServices.rootConfig.factory({
|
||||
data: {
|
||||
app: {
|
||||
|
||||
Reference in New Issue
Block a user