From cbd59cd14900a6fabef2c01a16494f3b869fa930 Mon Sep 17 00:00:00 2001
From: Ryan Mwangi <ryannganga13325@gmail.com>
Date: Wed, 30 Oct 2024 02:25:08 +0300
Subject: [PATCH] create jest config file

---
 jest.config.js | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 jest.config.js

diff --git a/jest.config.js b/jest.config.js
new file mode 100644
index 0000000..4c428ab
--- /dev/null
+++ b/jest.config.js
@@ -0,0 +1,5 @@
+module.exports = {
+    transform: {
+      '^.+\\.jsx?$': 'babel-jest',
+    },
+  };
\ No newline at end of file