feat: Flatten the provider config for all modules (#7930)

This commit is contained in:
Stevche Radevski
2024-07-03 16:57:12 +02:00
committed by GitHub
parent b6e4435c23
commit 012a624ee4
24 changed files with 168 additions and 292 deletions
@@ -10,13 +10,10 @@ let moduleOptions = {
process.cwd() +
"/integration-tests/__fixtures__/providers/default-provider"
),
id: "test-provider",
options: {
config: {
"test-provider": {
name: "Test provider",
channels: ["email"],
},
},
name: "Test provider",
channels: ["email"],
},
},
],