aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/harness/helpers.ts
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-11-04 13:37:32 +0100
committerms <ms@taler.net>2021-11-04 13:49:23 +0100
commitc87be3707efe7a675599b37f9327c6810d5fc011 (patch)
tree4c627c3fffcb9f5ed1415294129404cb500d3ab6 /packages/taler-wallet-cli/src/harness/helpers.ts
parent1b9cbc079acf78effc21877a0d731c312e9b7326 (diff)
downloadwallet-core-c87be3707efe7a675599b37f9327c6810d5fc011.tar.xz
Implementing euFin-based harness.
- move stateless euFin API helpers to separate file, in order to avoid circular dependecy between harness.ts and libeufin.ts - implement BankServiceInterface with euFin. This one is not tested and disabled by default.
Diffstat (limited to 'packages/taler-wallet-cli/src/harness/helpers.ts')
-rw-r--r--packages/taler-wallet-cli/src/harness/helpers.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/taler-wallet-cli/src/harness/helpers.ts b/packages/taler-wallet-cli/src/harness/helpers.ts
index 59e41d1ad..6ff62504b 100644
--- a/packages/taler-wallet-cli/src/harness/helpers.ts
+++ b/packages/taler-wallet-cli/src/harness/helpers.ts
@@ -62,14 +62,6 @@ export interface SimpleTestEnvironment {
wallet: WalletCli;
}
-export function getRandomIban(countryCode: string): string {
- return `${countryCode}715001051796${(Math.random().toString().substring(2, 8))}`
-}
-
-export function getRandomString(): string {
- return Math.random().toString(36).substring(2);
-}
-
/**
* Run a test case with a simple TESTKUDOS Taler environment, consisting
* of one exchange, one bank and one merchant.