summaryrefslogtreecommitdiff
path: root/packages/bank-ui/src/stories.test.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-03-11 14:56:25 -0300
committerSebastian <sebasjm@gmail.com>2024-03-11 14:57:48 -0300
commit37f46f4d6b821d163c3e4db5c374b1120212ac74 (patch)
tree641c5bccd6d1b77fa440e67b80543eec9378ef4a /packages/bank-ui/src/stories.test.ts
parent4cbe754aca72b6edee922e3a84f251030293f088 (diff)
downloadwallet-core-37f46f4d6b821d163c3e4db5c374b1120212ac74.tar.gz
wallet-core-37f46f4d6b821d163c3e4db5c374b1120212ac74.tar.bz2
wallet-core-37f46f4d6b821d163c3e4db5c374b1120212ac74.zip
obs and cancel request, plus lint
Diffstat (limited to 'packages/bank-ui/src/stories.test.ts')
-rw-r--r--packages/bank-ui/src/stories.test.ts7
1 files changed, 1 insertions, 6 deletions
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,