Skip to content

Commit b517323

Browse files
committed
Remvoe unused constants
Signed-off-by: marcozabel <[email protected]>
1 parent cab5491 commit b517323

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed
Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
import { getGherkinTestPath } from '@openfeature/flagd-core';
22

3-
export const FLAGD_NAME = 'flagd';
43
export const UNSTABLE_CLIENT_NAME = 'unstable';
54
export const UNAVAILABLE_CLIENT_NAME = 'unavailable';
65

76
export const GHERKIN_FLAGD = getGherkinTestPath('*.feature');
8-
export const CONNECTION_FEATURE = getGherkinTestPath('connection.feature');
9-
export const CONTEXT_ENRICHMENT_FEATURE = getGherkinTestPath('contextEnrichment.feature');
10-
export const EVALUATION_FEATURE = getGherkinTestPath('evaluation.feature');
11-
export const EVENTS_FEATURE = getGherkinTestPath('events.feature');
12-
export const METADATA_FEATURE = getGherkinTestPath('metadata.feature');
13-
export const RPC_CACHING_FEATURE = getGherkinTestPath('rpc-caching.feature');
14-
export const SELECTOR_FEATURE = getGherkinTestPath('selector.feature');
15-
export const SYNC_PAYLOAD_FEATURE = getGherkinTestPath('sync-payload.feature');
16-
export const TARGETING_FEATURE = getGherkinTestPath('targeting.feature');
17-
export const GHERKIN_EVALUATION_FEATURE = getGherkinTestPath(
18-
'evaluation.feature',
19-
'spec/specification/assets/gherkin/',
20-
);

0 commit comments

Comments
 (0)