correct comment type, sorry

This commit is contained in:
Niels Lyngsø
2023-11-10 14:59:08 +01:00
parent 43855d616b
commit 58202ab76e

View File

@@ -141,7 +141,7 @@ export default {
<body>
<script type="module" src="${testFramework}"></script>
<script type="module">
<!-- Hack to disable Lit dev mode warnings -->
/* Hack to disable Lit dev mode warnings */
const systemWarn = window.console.warn;
window.console.warn = (...args) => {
if (args[0].indexOf('Lit is in dev mode.') === 0) {