PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo-express/node_modules/ripple-lib/test

Просмотр файла: localintegrationrunner.html

<html>
  <head>
    <meta charset="utf-8">
    <!-- encoding must be set for mocha's special characters to render properly -->
    <link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
    <script src="./vendor/lodash.min.js"></script>
  </head>
  <body>
    <div id="deb"></div>
    <div id="mocha"></div>
    <script src="../node_modules/mocha/mocha.js"></script>
    <script src="hacks/phantomhacks.js"></script>
    <script src="../build/ripple-latest.js"></script>
    <script>
      if (window.initMochaPhantomJS) {
        window.initMochaPhantomJS();
      }
      mocha.ui('bdd')
    </script>
 
    <script src="../test-compiled-for-web/integration/integration-test.js"></script>

    <script>
      mocha.run()
    </script>
  </body>
</html>

Выполнить команду


Для локальной разработки. Не используйте в интернете!