From 8ac72e6fd7dcf99d2540f083320f70d407c317e6 Mon Sep 17 00:00:00 2001 From: Nicolas Seydoux Date: Mon, 12 Dec 2022 22:02:01 +0100 Subject: [PATCH] Move notifications and VC configs to shared env They were previously only in the Node test environment, which prevents from using them in the browser tests. --- packages/internal-test-env/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/internal-test-env/index.ts b/packages/internal-test-env/index.ts index df7377c2..ea1afaa2 100644 --- a/packages/internal-test-env/index.ts +++ b/packages/internal-test-env/index.ts @@ -45,9 +45,6 @@ export type AvailableEnvironment = typeof availableEnvironment extends Array< : never; export interface TestingEnvironmentNode extends TestingEnvironmentBase { - notificationGateway?: string; - notificationProtocol?: string; - vcProvider?: string; clientCredentials: { owner: { id: string; @@ -74,6 +71,9 @@ export interface TestingEnvironmentBase { environment: AvailableEnvironment; idp: string; features: FeatureFlags | undefined; + notificationGateway?: string; + notificationProtocol?: string; + vcProvider?: string; } type FeatureFlags = {