Skip to content

Commit

Permalink
test namespace implicit import
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoSanchez committed Oct 26, 2024
1 parent 465af41 commit 2d1a0d0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/__tests__/testUtils/mockSplitFactory.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { EventEmitter } from 'events';
import SplitIO from '@splitsoftware/splitio-commons/types/splitio';
import jsSdkPackageJson from '@splitsoftware/splitio/package.json';
import reactSdkPackageJson from '../../../package.json';

Expand Down
2 changes: 0 additions & 2 deletions src/__tests__/testUtils/sdkConfigs.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import SplitIO from '@splitsoftware/splitio-commons/types/splitio';

export const sdkBrowser: SplitIO.IBrowserSettings = {
core: {
authorizationKey: 'sdk-key',
Expand Down
1 change: 0 additions & 1 deletion src/__tests__/utils.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { CONTROL_WITH_CONFIG } from '../constants';
import { getControlTreatmentsWithConfig } from '../utils';
import SplitIO from '@splitsoftware/splitio-commons/types/splitio';

describe('getControlTreatmentsWithConfig', () => {

Expand Down
1 change: 0 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import SplitIO from '@splitsoftware/splitio-commons/types/splitio';
import type { ReactNode } from 'react';

/**
Expand Down
1 change: 0 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import shallowEqual from 'shallowequal';
import { SplitFactory } from '@splitsoftware/splitio/client';
import { CONTROL_WITH_CONFIG, VERSION, WARN_NAMES_AND_FLAGSETS } from './constants';
import { ISplitStatus } from './types';
import SplitIO from '@splitsoftware/splitio-commons/types/splitio';

// Utils used to access singleton instances of Split factories and clients, and to gracefully shutdown all clients together.

Expand Down

0 comments on commit 2d1a0d0

Please sign in to comment.