aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-10-13 15:14:49 +0200
committerFlorian Dold <florian@dold.me>2022-10-13 15:14:49 +0200
commit83d4a1addc313f71a71463f7811f1fcc622b51b6 (patch)
tree6643f8fb7312e8fdeeb7f6f85b07b1a5f2ca376c /packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
parentb0223d662add93bf1b2199b51d6290ba5dadf1e7 (diff)
downloadwallet-core-83d4a1addc313f71a71463f7811f1fcc622b51b6.tar.xz
use node16 for wallet-core, delete unused taler-config-lib package
Diffstat (limited to 'packages/taler-wallet-cli/src/integrationtests/test-revocation.ts')
-rw-r--r--packages/taler-wallet-cli/src/integrationtests/test-revocation.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
index bf35b5382..3ed071a18 100644
--- a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
@@ -18,7 +18,7 @@
* Imports.
*/
import { WalletApiOperation } from "@gnu-taler/taler-wallet-core";
-import { CoinConfig } from "../harness/denomStructures";
+import { CoinConfig } from "../harness/denomStructures.js";
import {
GlobalTestState,
ExchangeService,