Skip to content

Commit

Permalink
Updat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAndrewHurst committed Dec 9, 2024
1 parent 3457d6c commit b390f92
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions public/tests/_base.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ export async function base() {
target: OL,
locale: locale,
hooks: false,
loadPlugins: true,
scrollWheelZoom: true,
attribution: {
target: document.getElementById('Map'),
Expand All @@ -456,9 +457,7 @@ export async function base() {
['SHA']: `https://github.com/GEOLYTIX/xyz/commit/${mapp.hash}`,
Openlayers: 'https://openlayers.org',
}
},
syncPlugins: locale.syncPlugins,
svgTemplates: locale.svg_templates
}
});


Expand Down

0 comments on commit b390f92

Please sign in to comment.