taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 0b34da8334d34114b845cbab2f3260326e99b5b6
parent c0dd6aa93765a310599233e18d834ce9b86976f4
Author: Florian Dold <florian@dold.me>
Date:   Tue, 29 Apr 2025 00:14:02 +0200

one more experimental test

Diffstat:
Mpackages/taler-harness/src/integrationtests/test-age-restrictions-mixed-merchant.ts | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/packages/taler-harness/src/integrationtests/test-age-restrictions-mixed-merchant.ts b/packages/taler-harness/src/integrationtests/test-age-restrictions-mixed-merchant.ts @@ -20,13 +20,13 @@ import { AmountString, TalerMerchantApi } from "@gnu-taler/taler-util"; import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; import { defaultCoinConfig } from "../harness/denomStructures.js"; -import { GlobalTestState } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV3, createWalletDaemonWithClient, makeTestPaymentV2, withdrawViaBankV3, } from "../harness/environments.js"; +import { GlobalTestState } from "../harness/harness.js"; /** * Run test for basic, bank-integrated withdrawal and payment. @@ -127,3 +127,4 @@ export async function runAgeRestrictionsMixedMerchantTest(t: GlobalTestState) { } runAgeRestrictionsMixedMerchantTest.suites = ["wallet"]; +runAgeRestrictionsMixedMerchantTest.experimental = true;