From ecb0b9f85d5968bfc3d687b51944a47937f698fd Mon Sep 17 00:00:00 2001 From: "caleb.mabry.15@cnu.edu" Date: Sun, 6 Mar 2022 19:00:38 -0500 Subject: Added unit testing and code coverage --- .babelrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .babelrc (limited to '.babelrc') diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..78e681f --- /dev/null +++ b/.babelrc @@ -0,0 +1,7 @@ +{ + "env": { + "test": { + "plugins": ["@babel/plugin-transform-modules-commonjs"] + } + } + } \ No newline at end of file -- cgit