taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 15b844218c50b139b6f8ceaa22c052c297478464
parent 489b8cb45e4a13ab85d008946acf91ac438851fa
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sun, 28 May 2017 00:05:22 +0200

coverage settings

Diffstat:
Mpackage.json | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json @@ -13,6 +13,11 @@ }, "author": "", "license": "GPL-3.0", + "nyc": { + "exclude": [ + "emscripten" + ] + }, "devDependencies": { "@types/moment": "^2.13.0", "@types/react": "^15.0.22",