aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/integrationtests/test-merchant-longpolling.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-merchant-longpolling.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-merchant-longpolling.ts')
-rw-r--r--packages/taler-wallet-cli/src/integrationtests/test-merchant-longpolling.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/test-merchant-longpolling.ts b/packages/taler-wallet-cli/src/integrationtests/test-merchant-longpolling.ts
index 556d9074e..4b9f53f05 100644
--- a/packages/taler-wallet-cli/src/integrationtests/test-merchant-longpolling.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/test-merchant-longpolling.ts
@@ -25,7 +25,8 @@ import {
ConfirmPayResultType,
URL,
} from "@gnu-taler/taler-util";
-import axios from "axios";
+import axiosImp from "axios";
+const axios = axiosImp.default;
import { WalletApiOperation } from "@gnu-taler/taler-wallet-core";
/**