1
0
Fork 0
dokuwiki-plugins-extra/plugins/55/edittable/_jstest/qunit.test.html
Daniel Baumann 778f9ac0bf
Adding edittable version 2023-01-14 (66785d9).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-24 19:33:14 +01:00

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>