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 f2ac5d6 commit 26fe9fbCopy full SHA for 26fe9fb
src/evaluator/fallbackTreatmentsCalculator/__tests__/fallback-calculator.spec.ts
@@ -1,11 +1,8 @@
1
import { FallbackTreatmentsCalculator } from '../';
2
import type { FallbackTreatmentConfiguration } from '../../../../types/splitio';
3
-import { loggerMock } from '../../../logger/__tests__/sdkLogger.mock';
4
import { CONTROL } from '../../../utils/constants';
5
6
describe('FallbackTreatmentsCalculator' , () => {
7
- const longName = 'a'.repeat(101);
8
-
9
test('returns specific fallback if flag exists', () => {
10
const config: FallbackTreatmentConfiguration = {
11
byFlag: {
0 commit comments