fix broken import
This commit is contained in:
parent
bebb3d7a9b
commit
d1532f74b5
@ -37,7 +37,7 @@ import {
|
|||||||
BankApi,
|
BankApi,
|
||||||
BankAccessApi,
|
BankAccessApi,
|
||||||
} from "./harness";
|
} from "./harness";
|
||||||
import { AmountString } from "taler-wallet-core/lib/types/talerTypes";
|
import { AmountString } from "taler-wallet-core";
|
||||||
import { FaultInjectedMerchantService } from "./faultInjection";
|
import { FaultInjectedMerchantService } from "./faultInjection";
|
||||||
|
|
||||||
export interface SimpleTestEnvironment {
|
export interface SimpleTestEnvironment {
|
||||||
|
@ -39,7 +39,7 @@ import {
|
|||||||
FaultInjectionRequestContext,
|
FaultInjectionRequestContext,
|
||||||
FaultInjectionResponseContext,
|
FaultInjectionResponseContext,
|
||||||
} from "./faultInjection";
|
} from "./faultInjection";
|
||||||
import { CoreApiResponse } from "taler-wallet-core/lib/walletCoreApiHandler";
|
import { CoreApiResponse } from "taler-wallet-core";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run test for basic, bank-integrated withdrawal.
|
* Run test for basic, bank-integrated withdrawal.
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
import { runTest, GlobalTestState, BankApi } from "./harness";
|
import { runTest, GlobalTestState, BankApi } from "./harness";
|
||||||
import { createSimpleTestkudosEnvironment } from "./helpers";
|
import { createSimpleTestkudosEnvironment } from "./helpers";
|
||||||
import { CoreApiResponse } from "taler-wallet-core/lib/walletCoreApiHandler";
|
import { CoreApiResponse } from "taler-wallet-core";
|
||||||
import { codecForBalancesResponse } from "taler-wallet-core";
|
import { codecForBalancesResponse } from "taler-wallet-core";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -25,7 +25,7 @@ import {
|
|||||||
HttpResponse,
|
HttpResponse,
|
||||||
Headers,
|
Headers,
|
||||||
} from "taler-wallet-core";
|
} from "taler-wallet-core";
|
||||||
import { TalerErrorCode } from "taler-wallet-core/lib/TalerErrorCode";
|
import { TalerErrorCode } from "taler-wallet-core";
|
||||||
|
|
||||||
const logger = new Logger("browserHttpLib");
|
const logger = new Logger("browserHttpLib");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user