Updates to the tests, committing as they currently run but I need to work on the coverage

This commit is contained in:
Jonathan Bobel
2024-06-27 11:01:31 -04:00
parent 30eac798c2
commit 149c23b721
9 changed files with 955 additions and 770 deletions

3
babel.config.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
presets: ['@babel/preset-env'],
};