diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-08-18 19:42:21 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-08-18 19:42:21 +0200 |
commit | 1e9e915085cde817125d8cd0c9961b9252a05751 (patch) | |
tree | e0df685a058f242a7e9d289f8e5c9524e492b97e /tsconfig.json | |
parent | ddd377c82ed74f708f899580770c99d9c8bd891f (diff) |
bump version / implement integrationtest cmd
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
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", |