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 00a0ca1 commit 58b84ebCopy full SHA for 58b84eb
__test__/uiLocation.test.ts
@@ -13,7 +13,7 @@ import {
13
Region,
14
} from "../src/types";
15
import { RequestOption } from '../src/types/common.types';
16
-import { ProxyConfig } from '../src/types/api.type';
+import { RequestConfig } from '../src/types/api.type';
17
18
jest.mock("post-robot");
19
jest.mock("wolfy87-eventemitter");
@@ -189,7 +189,7 @@ describe("UI Location", () => {
189
190
describe("createSDKAdapter", () => {
191
let mockPostRobot: typeof postRobot;
192
- let opts: ProxyConfig;
+ let opts: RequestConfig;
193
let uiLocationInstance: UiLocation;
194
let onError: jest.Mock;
195
beforeEach(() => {
0 commit comments