From 6abb5f1449b582f50796c71bbf20d8e4aac2f4de Mon Sep 17 00:00:00 2001 From: Simon Fondrie-Teitler Date: Thu, 18 May 2017 23:20:16 -0400 Subject: [refactor] refactor and add tests for Center and Confirmation As a couple of initial, example tests, Center and Confirmation were refactored and tests were set up and added with mocha, enzyme and chai. Spinner was also refactored. --- ui/.babelrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ui/.babelrc (limited to 'ui/.babelrc') diff --git a/ui/.babelrc b/ui/.babelrc new file mode 100644 index 00000000..86c445f5 --- /dev/null +++ b/ui/.babelrc @@ -0,0 +1,3 @@ +{ + "presets": ["es2015", "react"] +} -- cgit v1.2.3