From c11f93edc47051c8a4ab35f13e169b0f14b32757 Mon Sep 17 00:00:00 2001
From: Yuriy Maksymets <iurii.maksymets@gmail.com>
Date: Fri, 8 Nov 2019 11:43:23 +0000
Subject: [PATCH] Add .babelrc

---
 .babelrc | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 .babelrc

diff --git a/.babelrc b/.babelrc
new file mode 100644
index 0000000..7521eb0
--- /dev/null
+++ b/.babelrc
@@ -0,0 +1,7 @@
+{
+  "env": {
+    "test": {
+      "plugins": ["@babel/plugin-transform-modules-commonjs"]
+    }
+  }
+}
-- 
GitLab