fix import
This commit is contained in:
parent
03810fd248
commit
981ef46267
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user