1
0
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:
Daniel Waxweiler
2022-06-06 12:51:14 +02:00
parent c4c3b11baf
commit 68bb45b9a4
5 changed files with 7 additions and 7 deletions

View File

@ -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',
}