Files
notifications-admin/tests/javascripts/jest.config.js
Ben Thorner 3a4601bbe4 Set window location for individual test
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.
2021-06-09 12:23:24 +01:00

5 lines
114 B
JavaScript

module.exports = {
setupFiles: ['./support/setup.js'],
testURL: 'https://www.notifications.service.gov.uk',
}