From 07cdfb2e4ec761021477271776b81f33af0e731d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 17 Mar 2021 17:56:37 +0100 Subject: towards wallet-core / util split --- .../taler-wallet-core/src/operations/testing.ts | 24 ++++++++-------------- 1 file changed, 8 insertions(+), 16 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/testing.ts') diff --git a/packages/taler-wallet-core/src/operations/testing.ts b/packages/taler-wallet-core/src/operations/testing.ts index 162e23b31..aa9afc50d 100644 --- a/packages/taler-wallet-core/src/operations/testing.ts +++ b/packages/taler-wallet-core/src/operations/testing.ts @@ -14,28 +14,20 @@ GNU Taler; see the file COPYING. If not, see */ +/** + * Imports. + */ import { Logger } from "../util/logging"; import { HttpRequestLibrary, readSuccessResponseJsonOrThrow, checkSuccessResponseOrThrow, } from "../util/http"; -import { codecForAny } from "../util/codec"; -import { - AmountString, - CheckPaymentResponse, - codecForCheckPaymentResponse, -} from "../types/talerTypes"; -import { InternalWalletState } from "./state"; -import { createTalerWithdrawReserve } from "./reserves"; -import { URL } from "../util/url"; -import { Wallet } from "../wallet"; -import { Amounts } from "../util/amounts"; -import { - TestPayArgs, - PreparePayResultType, - IntegrationTestArgs, -} from "../types/walletTypes"; +import { AmountString, codecForAny, CheckPaymentResponse, codecForCheckPaymentResponse, IntegrationTestArgs, Amounts, TestPayArgs, PreparePayResultType } from "@gnu-taler/taler-util"; +import { URL } from "../index.js"; +import { Wallet } from "../wallet.js"; +import { createTalerWithdrawReserve } from "./reserves.js"; +import { InternalWalletState } from "./state.js"; const logger = new Logger("operations/testing.ts"); -- cgit v1.2.3