Skip to content

Commit 4b9c206

Browse files
author
Mike Chu
committed
Merge branch 'master' into mike/FSSDK-9987/performance-refactors
2 parents b1dc7a2 + 23697c9 commit 4b9c206

File tree

3 files changed

+21105
-1517
lines changed

3 files changed

+21105
-1517
lines changed

lib/optimizely/index.tests.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import Optimizely from './';
2323
import OptimizelyUserContext from '../optimizely_user_context';
2424
import { OptimizelyDecideOption } from '../shared_types';
2525
import AudienceEvaluator from '../core/audience_evaluator';
26-
import bluebird from 'bluebird';
2726
import * as bucketer from '../core/bucketer';
2827
import * as projectConfigManager from '../core/project_config/project_config_manager';
2928
import * as enums from '../utils/enums';
@@ -93,7 +92,7 @@ describe('lib/optimizely', function() {
9392
var stubErrorHandler = { handleError: function() {} };
9493
var stubEventDispatcher = {
9594
dispatchEvent: function() {
96-
return bluebird.resolve(null);
95+
return Promise.resolve(null);
9796
},
9897
};
9998
var createdLogger = logger.createLogger({ logLevel: LOG_LEVEL.INFO });

0 commit comments

Comments
 (0)