chore: fix js tests

This commit is contained in:
Yohan Boniface 2024-03-01 17:52:00 +01:00
parent 40d0095b3c
commit aa25867517

View file

@ -123,6 +123,7 @@
<div id="mocha"></div>
<div id="map"></div>
<script>
window.addEventListener('DOMContentLoaded', () => {
var runner = (window.mochaPhantomJS || window.mocha).run(function (failures) {
if (window.location.search.indexOf('debug') === -1)
qs('#mocha').style.display = 'block'
@ -138,6 +139,7 @@
console.log(message)
}
}
})
</script>
</body>
</html>