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

View File

@@ -14,4 +14,10 @@ module.exports = {
testEnvironmentOptions: {
url: 'https://beta.notify.gov',
},
transform: {
'^.+\\.js$': 'babel-jest',
},
transformIgnorePatterns: [
'/node_modules/' // Add any other folders you want Jest to ignore
],
};