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