From acca10db4b021c6da769db1716a9afa535129127 Mon Sep 17 00:00:00 2001 From: Sahil Nande <89487138+Sahil-Nande@users.noreply.github.com> Date: Thu, 4 Nov 2021 22:58:59 -0400 Subject: [PATCH] Added jest configuration file for code coverage --- jest.config.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 jest.config.json diff --git a/jest.config.json b/jest.config.json new file mode 100644 index 000000000..3daca23f9 --- /dev/null +++ b/jest.config.json @@ -0,0 +1,3 @@ +{ + "setupFiles": ["/src/setupTests.js"] + } \ No newline at end of file