Skip to content

Commit 4d3d40c

Browse files
authored
chore: Update dependency versions (#180)
1 parent 80a0a4a commit 4d3d40c

File tree

3 files changed

+1930
-1747
lines changed

3 files changed

+1930
-1747
lines changed

packages/optimizely-sdk/lib/optimizely/index.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2911,7 +2911,7 @@ describe('lib/optimizely', function() {
29112911

29122912
describe('#getEnabledFeatures', function() {
29132913
beforeEach(function() {
2914-
sandbox.stub(optlyInstance, 'isFeatureEnabled', function(featureKey) {
2914+
sandbox.stub(optlyInstance, 'isFeatureEnabled').callsFake(function(featureKey) {
29152915
return featureKey === 'test_feature' || featureKey === 'test_feature_for_experiment';
29162916
});
29172917
});

0 commit comments

Comments
 (0)