From 16190197f72ea242ae239dc2741e2887c7008dfa Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Wed, 8 Feb 2017 10:55:10 -0200 Subject: [#922] Add test coverage for new js files Since this added a lot of scripts to our npm scripts, this commit also organizes the package.json. with @tayanefernandes --- web-ui/.babelrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'web-ui/.babelrc') diff --git a/web-ui/.babelrc b/web-ui/.babelrc index 86c445f5..e74e4d82 100644 --- a/web-ui/.babelrc +++ b/web-ui/.babelrc @@ -1,3 +1,8 @@ { - "presets": ["es2015", "react"] + "presets": ["es2015", "react"], + "env": { + "test": { + "plugins": ["istanbul"] + } + } } -- cgit v1.2.3