summaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-16 23:29:29 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-16 23:29:29 +0200
commit3263d05ce957a3f81234749eb9eefc0bce7ff645 (patch)
tree1b41a60ad2c63748f345f0c5779e89130cdbe6e4 /src/index.ts
parent6a57ad5fe2492173bcebada357af705048fce6f7 (diff)
downloadwallet-core-3263d05ce957a3f81234749eb9eefc0bce7ff645.tar.gz
wallet-core-3263d05ce957a3f81234749eb9eefc0bce7ff645.tar.bz2
wallet-core-3263d05ce957a3f81234749eb9eefc0bce7ff645.zip
version bump / imports
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index bfd25c6a0..44f030d71 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -20,4 +20,4 @@
export { Wallet } from "./wallet";
-export { main as runIntegrationTest } from "./headless/taler-wallet-cli";
+export { main as runIntegrationTest } from "./headless/taler-wallet-testing";