mirror of
https://github.com/dwaxweiler/connector-mobilizon
synced 2025-06-05 21:59:25 +02:00
use different global object name
This commit is contained in:
@ -8,7 +8,7 @@ let document
|
||||
test.before(() => {
|
||||
const window = new JSDOM().window
|
||||
document = window.document
|
||||
window.SETTINGS = {
|
||||
window.MOBILIZON_CONNECTOR = {
|
||||
locale: 'en-GB',
|
||||
timeZone: 'utc',
|
||||
}
|
||||
|
Reference in New Issue
Block a user