taler-typescript-core

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

commit e9b8c0362647307636d2d7391a12d816f1335209
parent e9f7f080b9f4de2e4d17688dd70608f4ed2d9bfd
Author: Florian Dold <florian@dold.me>
Date:   Thu,  8 May 2025 00:15:24 +0200

-fixme

Diffstat:
Mpackages/taler-harness/src/integrationtests/test-tops-aml-legi.ts | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/packages/taler-harness/src/integrationtests/test-tops-aml-legi.ts b/packages/taler-harness/src/integrationtests/test-tops-aml-legi.ts @@ -78,6 +78,8 @@ export async function runTopsAmlLegiTest(t: GlobalTestState) { ); console.log(j2s(legis)); + + // FIXME: Test things about the response! } runTopsAmlLegiTest.suites = ["wallet"];