From 2bcc0cb78e7e20ea97074b71e3be2fcadc78cf17 Mon Sep 17 00:00:00 2001 From: vipinpaul Date: Thu, 19 Oct 2023 14:39:38 +0530 Subject: [PATCH] Adding a babel config file for running the Jest tests --- babel.config.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 babel.config.js diff --git a/babel.config.js b/babel.config.js new file mode 100644 index 000000000..9aded0901 --- /dev/null +++ b/babel.config.js @@ -0,0 +1 @@ +module.exports = { presets: ['@babel/preset-env', '@babel/preset-react'] };