mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-09 19:04:33 -04:00
Updates to the tests, committing as they currently run but I need to work on the coverage
This commit is contained in:
@@ -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
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user