✅ Updates test suite to utilize a simplified table (async-test)
✅ Fixes a few minor issues within tests
🔧 Adds Jest configuration file
🚚 Test / Coverage results now output to results/
🙈 Adds new results path to .gitignore
📝 Updates .sample.env accordingly
Addresses Issue #10
Note: There is a RARE bug in the test suite. When running, if one of
the results grabbed in the find beforeAll method is deleted that suite
will have a failure due to a missing result. (e.g., it "finds" a record
that has been created during another test suite, and removed before it
utilizes it.)
results/
.gitignore
.sample.env
accordingly