You are here

Insert module QUnit test runner in Insert 8.2

Same filename and directory in other branches
  1. 8 tests/js/index.html

File

tests/js/index.html
View source
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Insert module QUnit test runner</title>
  <link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.1.1.css">
</head>
<body>
  <div id="qunit"></div>
  <div id="qunit-fixture"></div>

  <script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
  <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
  <script src="https://cdn.ckeditor.com/4.6.2/standard/ckeditor.js"></script>
  <script src="https://code.jquery.com/qunit/qunit-2.1.1.js"></script>

  <script src="namespaceMock.js"></script>

  <script src="../../js/namespace.js"></script>
  <script src="../../js/editors/namespace.js"></script>
  <script src="../../js/EditorInterface.js"></script>
  <script src="../../js/editors/CKEditor.js"></script>
  <script src="../../js/EditorManager.js"></script>
  <script src="../../js/FocusManager.js"></script>
  <script src="../../js/Inserter.js"></script>

  <script src="../../js/Handler.js"></script>
  <script src="../../js/FileHandler.js"></script>
  <script src="../../js/ImageHandler.js"></script>

  <script src="EditorManager.js"></script>
  <script src="FileHandler.js"></script>
  <script src="FocusManager.js"></script>
  <script src="ImageHandler.js"></script>
  <script src="Inserter.js"></script>

</body>
</html>