From 1e9e915085cde817125d8cd0c9961b9252a05751 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 18 Aug 2019 19:42:21 +0200 Subject: bump version / implement integrationtest cmd --- src/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/index.ts') 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"; -- cgit v1.2.3