We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2d944 commit 66c833fCopy full SHA for 66c833f
packages/client/e2e/step-definitions/evaluation.spec.ts
@@ -7,7 +7,7 @@ import {
7
ResolutionDetails,
8
StandardResolutionReasons,
9
} from '@openfeature/core';
10
-import { OpenFeature, ProviderEvents, InMemoryProvider } from '../../src';
+import { OpenFeature, ProviderEvents, InMemoryProvider } from '../..';
11
// load the feature file.
12
const feature = loadFeature('packages/client/e2e/features/evaluation.feature');
13
0 commit comments