From 8aa9ce6d20b41b7eb9b438a56ccd34cb0da35f80 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 21 Mar 2024 12:11:31 -0300 Subject: wip --- packages/bank-ui/src/components/Cashouts/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/bank-ui/src/components/Cashouts/test.ts') diff --git a/packages/bank-ui/src/components/Cashouts/test.ts b/packages/bank-ui/src/components/Cashouts/test.ts index 4bd6b5eac..4ed0d7c11 100644 --- a/packages/bank-ui/src/components/Cashouts/test.ts +++ b/packages/bank-ui/src/components/Cashouts/test.ts @@ -24,7 +24,7 @@ import { SwrMockEnvironment } from "@gnu-taler/web-util/testing"; import { expect } from "chai"; import { Props } from "./index.js"; import { useComponentState } from "./state.js"; -import { buildNullRoutDefinition } from "../../route.js"; +import { buildNullRoutDefinition } from "@gnu-taler/web-util/browser"; describe("Cashout states", () => { it.skip("should query backend and render transactions", async () => { -- cgit v1.2.3