Skip to content

Commit 1759afe

Browse files
committed
upd
1 parent 646f865 commit 1759afe

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

lib/event_processor/event_processor_factory.browser.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ import { EVENT_STORE_PREFIX, extractEventProcessor, getForwardingEventProcessor,
5050
import sendBeaconEventDispatcher from './event_dispatcher/send_beacon_dispatcher.browser';
5151
import browserDefaultEventDispatcher from './event_dispatcher/default_dispatcher.browser';
5252
import { getOpaqueBatchEventProcessor } from './event_processor_factory';
53-
import { get } from 'http';
5453

5554
describe('createForwardingEventProcessor', () => {
5655
const mockGetForwardingEventProcessor = vi.mocked(getForwardingEventProcessor);

lib/event_processor/event_processor_factory.node.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ import { EVENT_STORE_PREFIX, extractEventProcessor, getForwardingEventProcessor,
4545
import { getOpaqueBatchEventProcessor } from './event_processor_factory';
4646
import { AsyncStore, AsyncPrefixStore, SyncStore, SyncPrefixStore } from '../utils/cache/store';
4747
import { AsyncStorageCache } from '../utils/cache/async_storage_cache.react_native';
48-
import { get } from 'http';
4948

5049
describe('createForwardingEventProcessor', () => {
5150
const mockGetForwardingEventProcessor = vi.mocked(getForwardingEventProcessor);

lib/event_processor/event_processor_factory.react_native.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ import { getOpaqueBatchEventProcessor } from './event_processor_factory';
7171
import { AsyncStore, AsyncPrefixStore, SyncStore, SyncPrefixStore } from '../utils/cache/store';
7272
import { AsyncStorageCache } from '../utils/cache/async_storage_cache.react_native';
7373
import { MODULE_NOT_FOUND_REACT_NATIVE_ASYNC_STORAGE } from '../utils/import.react_native/@react-native-async-storage/async-storage';
74-
import { get } from 'http';
7574

7675
describe('createForwardingEventProcessor', () => {
7776
const mockGetForwardingEventProcessor = vi.mocked(getForwardingEventProcessor);

lib/vuid/vuid_manager.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { getMockAsyncCache } from '../tests/mock/mock_cache';
2222
import { isVuid } from './vuid';
2323
import { resolvablePromise } from '../utils/promise/resolvablePromise';
2424
import { exhaustMicrotasks } from '../tests/testUtils';
25-
import { get } from 'http';
25+
2626

2727
const vuidCacheKey = 'optimizely-vuid';
2828

0 commit comments

Comments
 (0)