1<!DOCTYPE html>
2<html>
3<head>
4    <meta charset="utf-8">
5    <title>edittable qunit tests</title>
6    <link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.4.0.css">
7    <script src="../node_modules/jquery/dist/jquery.js"></script>
8    <script>window.jQuery || document.write('<script src="https://code.jquery.com/jquery-3.2.1.min.js"><\/script>')</script>
9</head>
10<body>
11<div id="qunit"></div>
12<div id="qunit-fixture"></div>
13<script src="../node_modules/qunit/qunit/qunit.js"></script>
14<script>window.QUnit || document.write('<script src="https://code.jquery.com/qunit/qunit-2.4.0.js"><\/script>')</script>
15<script src="../script/contextmenu.js"></script>
16<script src="cellArray.tests.js"></script>
17<script src="../script/editor.js"></script>
18<script src="rowColMove.tests.js"></script>
19<script src="getMerges.tests.js"></script>
20<script src="addRowToMeta.tests.js"></script>
21
22</body>
23</html>
24