From 37f46f4d6b821d163c3e4db5c374b1120212ac74 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 11 Mar 2024 14:56:25 -0300 Subject: obs and cancel request, plus lint --- packages/bank-ui/src/stories.test.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'packages/bank-ui/src/stories.test.ts') diff --git a/packages/bank-ui/src/stories.test.ts b/packages/bank-ui/src/stories.test.ts index 207945865..8ed00a1e6 100644 --- a/packages/bank-ui/src/stories.test.ts +++ b/packages/bank-ui/src/stories.test.ts @@ -19,7 +19,6 @@ * @author Sebastian Javier Marchano (sebasjm) */ import { - AccessToken, AmountString, TalerCorebankApi, setupI18n, @@ -51,11 +50,7 @@ describe("All the examples:", () => { }); }); -function DefaultTestingContext({ - children, -}: { - children: ComponentChildren; -}): VNode { +function DefaultTestingContext(_props: { children: ComponentChildren }): VNode { const cfg: TalerCorebankApi.Config = { name: "libeufin-bank", allow_deletions: true, -- cgit v1.2.3