fix import

This commit is contained in:
Florian Dold 2021-01-05 11:26:29 +01:00
parent 03810fd248
commit 981ef46267
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -18,28 +18,24 @@
* Imports. * Imports.
*/ */
import { import {
runTest, ConfirmPayResultType,
GlobalTestState,
MerchantPrivateApi,
ExchangeService,
MerchantService,
WalletCli,
setupDb,
BankService,
} from "./harness";
import {
createSimpleTestkudosEnvironment,
withdrawViaBank,
startWithdrawViaBank,
} from "./helpers";
import {
Duration, Duration,
durationFromSpec, durationFromSpec,
PendingOperationsResponse,
PreparePayResultType, PreparePayResultType,
ConfirmPayResultType,
} from "taler-wallet-core"; } from "taler-wallet-core";
import { PendingOperationsResponse } from "taler-wallet-core/lib/types/pending"; import { makeNoFeeCoinConfig } from "./denomStructures";
import { defaultCoinConfig, makeNoFeeCoinConfig } from "./denomStructures"; import {
BankService,
ExchangeService,
GlobalTestState,
MerchantPrivateApi,
MerchantService,
runTest,
setupDb,
WalletCli,
} from "./harness";
import { startWithdrawViaBank, withdrawViaBank } from "./helpers";
async function applyTimeTravel( async function applyTimeTravel(
timetravelDuration: Duration, timetravelDuration: Duration,