Skip to content

Commit a15a0a0

Browse files
committed
cleanup
1 parent f9a0307 commit a15a0a0

File tree

2 files changed

+27
-689
lines changed

2 files changed

+27
-689
lines changed

lib/core/decision_service/index.spec.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ vi.mock('../bucketer', () => ({
9393
bucket: mockBucket,
9494
}));
9595

96-
const testGetVariationWithoutUserProfileService = (decisonService: DecisionServiceInstance) => {
97-
98-
}
9996
const cloneDeep = (d: any) => JSON.parse(JSON.stringify(d));
10097

10198
const testData = getTestProjectConfig();
@@ -688,8 +685,7 @@ describe('DecisionService', () => {
688685
});
689686
});
690687

691-
const featureTestData
692-
describe('getVariationForFeature', () => {
688+
// describe('getVariationForFeature', () => {
693689

694-
});
690+
// });
695691
});

0 commit comments

Comments
 (0)