diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-06 19:00:38 -0500 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-06 19:00:38 -0500 |
| commit | ecb0b9f85d5968bfc3d687b51944a47937f698fd (patch) | |
| tree | cd160d11c58c0c75c7101c841c611bc7a0150956 /.babelrc | |
| parent | 003862580fb809f0b0ef93f75d9dfea37de12e54 (diff) | |
Added unit testing and code coverage
Diffstat (limited to '.babelrc')
| -rw-r--r-- | .babelrc | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
