summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-02 21:13:56 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-02 21:13:56 +0100
commitdb9177bb17b508ef4a6fa1d0707d3297fbd66c56 (patch)
tree57deb5c83d13beefe3eeaef9767a92cc9335c20b /tsconfig.json
parentd76fce80779f1fe3902d635ba6d9934927060712 (diff)
downloadwallet-core-db9177bb17b508ef4a6fa1d0707d3297fbd66c56.tar.gz
wallet-core-db9177bb17b508ef4a6fa1d0707d3297fbd66c56.tar.bz2
wallet-core-db9177bb17b508ef4a6fa1d0707d3297fbd66c56.zip
TAP-based test harness
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 de73f283d..4692feb82 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -14,16 +14,17 @@
},
"files": [
"lib/components.ts",
- "test/tests/taler.ts",
"lib/refs.d.ts",
"lib/i18n.ts",
"lib/taler-wallet-lib.ts",
"lib/wallet/checkable.ts",
"lib/wallet/chromeBadge.ts",
+ "lib/wallet/cryptoApi-test.ts",
"lib/wallet/cryptoApi.ts",
"lib/wallet/cryptoLib.ts",
"lib/wallet/cryptoWorker.ts",
"lib/wallet/db.ts",
+ "lib/wallet/emscriptif-test.ts",
"lib/wallet/emscriptif.ts",
"lib/wallet/helpers.ts",
"lib/wallet/http.ts",