HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/RImmers2/portal.photomenu.nl/wwwroot/node_modules/modelo/test/runner.html
<html>
  <head>
    <title>Modelo Tests</title>

    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

    <link rel="stylesheet" href="./lib/mocha.css" />

    <script>
      if(typeof String.prototype.trim !== 'function') {
        String.prototype.trim = function() {
          return this.replace(/^\s+|\s+$/g, '');
        }
      }
    </script>

    <script src="./lib/mocha.js"></script>

    <script>
      mocha.setup({
        ui: 'bdd',
        globals: [],
        timeout: 1500
      })
    </script>

    <script>
      function assert(expr, msg) {
        if (!expr) throw new Error(msg || 'failed');
      }
    </script>

    <script src="../build/modelo.browser.js"></script>
    <script src="../build/modelo.tests.browser.js"></script>

    <script>
     onload = function(){
        var runner = mocha.run();
      };
    </script>

  </head>

  <body>
    <div id="mocha"></div>
  </body>

</html>