mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
8 lines
173 B
JavaScript
8 lines
173 B
JavaScript
module.exports = {
|
|
setupFiles: ['./support/setup.js'],
|
|
testEnvironment: 'jsdom',
|
|
testEnvironmentOptions: {
|
|
url: 'https://www.notifications.service.gov.uk',
|
|
},
|
|
}
|