aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-18 19:42:21 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-18 19:42:21 +0200
commit1e9e915085cde817125d8cd0c9961b9252a05751 (patch)
treee0df685a058f242a7e9d289f8e5c9524e492b97e /src/index.ts
parentddd377c82ed74f708f899580770c99d9c8bd891f (diff)
downloadwallet-core-1e9e915085cde817125d8cd0c9961b9252a05751.tar.xz
bump version / implement integrationtest cmd
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/index.ts b/src/index.ts
index 44f030d71..6b04c7e4f 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -19,5 +19,4 @@
*/
export { Wallet } from "./wallet";
-
-export { main as runIntegrationTest } from "./headless/taler-wallet-testing";
+export { runIntegrationTest } from "./headless/integrationtest";