summaryrefslogtreecommitdiff
path: root/tsconfig.json
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 /tsconfig.json
parentddd377c82ed74f708f899580770c99d9c8bd891f (diff)
downloadwallet-core-1e9e915085cde817125d8cd0c9961b9252a05751.tar.gz
wallet-core-1e9e915085cde817125d8cd0c9961b9252a05751.tar.bz2
wallet-core-1e9e915085cde817125d8cd0c9961b9252a05751.zip
bump version / implement integrationtest cmd
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 3e6a0aa14..2b1fe6b05 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -39,8 +39,9 @@
"src/dbTypes.ts",
"src/headless/bank.ts",
"src/headless/helpers.ts",
+ "src/headless/integrationtest.ts",
+ "src/headless/merchant.ts",
"src/headless/taler-wallet-cli.ts",
- "src/headless/taler-wallet-testing.ts",
"src/helpers-test.ts",
"src/helpers.ts",
"src/http.ts",