We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7698c3e commit 9c01ed8Copy full SHA for 9c01ed8
packages/optimizely-sdk/lib/core/audience_evaluator/odp_segment_condition_evaluator/index.tests.js
@@ -15,13 +15,13 @@
15
***************************************************************************/
16
import sinon from 'sinon';
17
import { assert } from 'chai';
18
-import { sprintf } from '@optimizely/js-sdk-utils';
+import { sprintf } from '../../../utils/fns';
19
20
import {
21
LOG_LEVEL,
22
LOG_MESSAGES,
23
} from '../../../utils/enums';
24
-import * as logging from '@optimizely/js-sdk-logging';
+import * as logging from '../../../modules/logging';
25
import * as odpSegmentEvalutor from './';
26
27
var odpSegment1Condition = {
0 commit comments