mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
This is less surprising and means we don't end up in a situation where a future test needs to change the global config to something else.
5 lines
114 B
JavaScript
5 lines
114 B
JavaScript
module.exports = {
|
|
setupFiles: ['./support/setup.js'],
|
|
testURL: 'https://www.notifications.service.gov.uk',
|
|
}
|