Skip to content
Snippets Groups Projects
Select Git revision
  • d7b8d8e5ed1a8b132d55649e89aa0648a90c1ec4
  • master default protected
  • v1.23.2
  • v1.23.1
  • v1.23.0
  • v1.22.0
  • v1.21.1
  • v1.21.0
  • v1.20.3
  • v1.20.2
  • v1.20.1
  • v1.20.0
  • v1.19.4
  • v1.19.3
  • v1.19.2
  • v1.19.1
  • v1.19.0
  • v1.18.2
  • v1.18.1
  • v1.18.0
  • v1.17.0
  • v1.16.1
22 results

schedule-interval.go

Blame
  • test.html 2.22 KiB
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="utf-8"/>
        <title>Mocha Monster</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
        <link rel="stylesheet" href="mocha.css"/>
       <script id="polyfill" src="https://polyfill.io/v3/polyfill.min.js?features=Array.from,Array.isArray,Array.prototype.entries,Array.prototype.fill,Array.prototype.filter,Array.prototype.forEach,Array.prototype.indexOf,Array.prototype.keys,Array.prototype.lastIndexOf,Array.prototype.map,Array.prototype.reduce,Array.prototype.sort,ArrayBuffer,atob,CustomEvent,DataView,document,Document,DocumentFragment,Element,Event,fetch,globalThis,HTMLDocument,HTMLTemplateElement,Intl,JSON,Map,Math.log2,Number.isInteger,Object.assign,Object.defineProperty,Object.entries,Object.freeze,Object.getOwnPropertyDescriptor,Object.getOwnPropertyNames,Object.getPrototypeOf,Object.keys,Promise,Reflect,Reflect.defineProperty,Reflect.get,Reflect.getOwnPropertyDescriptor,Reflect.setPrototypeOf,Set,String.prototype.endsWith,String.prototype.padStart,String.prototype.startsWith,String.prototype.trim,Symbol,Symbol.iterator,Uint16Array,Uint8Array,URL,WeakMap,WeakSet"
                crossorigin="anonymous"
                referrerpolicy="no-referrer"></script>
       <script src="https://cdn.jsdelivr.net/npm/element-internals-polyfill@0.1.52/dist/index.min.js"></script>
    
    </head>
    <body>
    <div id="headline" style="display: flex;align-items: center;justify-content: center;flex-direction: column;">
      <h1 style='margin-bottom: 0.1em;'>Monster 1.31.0</h1>
      <div id="lastupdate" style='font-size:0.7em'>last update Mo 7. Feb 15:11:34 CET 2022</div>
    </div>
    <div id="mocks"></div>
    <div id="mocha"></div>
    <script src="mocha.js?"></script>
    <script>
        mocha.setup('bdd');
    </script>
    <script src="tests.js?r=21:36:59"></script>
    <script>
    
        try {
            mocha.run((failures) => {
                if (failures) {
                    document.getElementById('mocha-stats').style.backgroundColor = 'red';
                } else {
                    document.getElementById('mocha-stats').style.backgroundColor = 'green';
                }
    
            });
    
        } catch (e) {
            console.error(e);
            document.getElementById('mocha-stats').style.backgroundColor = 'red';
        }
    
    </script>
    </body>
    </html>