Skip to content

Commit 66c833f

Browse files
committed
corrected path
Signed-off-by: Mohamed V J <[email protected]>
1 parent aa2d944 commit 66c833f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/e2e/step-definitions/evaluation.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
ResolutionDetails,
88
StandardResolutionReasons,
99
} from '@openfeature/core';
10-
import { OpenFeature, ProviderEvents, InMemoryProvider } from '../../src';
10+
import { OpenFeature, ProviderEvents, InMemoryProvider } from '../..';
1111
// load the feature file.
1212
const feature = loadFeature('packages/client/e2e/features/evaluation.feature');
1313

0 commit comments

Comments
 (0)