Skip to content

Commit 26fe9fb

Browse files
Fix lint
1 parent f2ac5d6 commit 26fe9fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/evaluator/fallbackTreatmentsCalculator/__tests__/fallback-calculator.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
import { FallbackTreatmentsCalculator } from '../';
22
import type { FallbackTreatmentConfiguration } from '../../../../types/splitio';
3-
import { loggerMock } from '../../../logger/__tests__/sdkLogger.mock';
43
import { CONTROL } from '../../../utils/constants';
54

65
describe('FallbackTreatmentsCalculator' , () => {
7-
const longName = 'a'.repeat(101);
8-
96
test('returns specific fallback if flag exists', () => {
107
const config: FallbackTreatmentConfiguration = {
118
byFlag: {

0 commit comments

Comments
 (0)