23 lines
909 B
HTML
23 lines
909 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>edittable qunit tests</title>
|
|
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.4.0.css">
|
|
<script src="../node_modules/jquery/dist/jquery.js"></script>
|
|
<script>window.jQuery || document.write('<script src="https://code.jquery.com/jquery-3.2.1.min.js"><\/script>')</script>
|
|
</head>
|
|
<body>
|
|
<div id="qunit"></div>
|
|
<div id="qunit-fixture"></div>
|
|
<script src="../node_modules/qunitjs/qunit/qunit.js"></script>
|
|
<script>window.QUnit || document.write('<script src="https://code.jquery.com/qunit/qunit-2.4.0.js"><\/script>')</script>
|
|
<script src="../script/contextmenu.js"></script>
|
|
<script src="cellArray.tests.js"></script>
|
|
<script src="../script/editor.js"></script>
|
|
<script src="rowColMove.tests.js"></script>
|
|
<script src="getMerges.tests.js"></script>
|
|
<script src="addRowToMeta.tests.js"></script>
|
|
|
|
</body>
|
|
</html>
|