1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/sources/tests/js/index.html

22 lines
708 B
HTML
Raw Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<!-- Libraries to test -->
<script type="text/javascript" src="../../system/js/hash.js"></script>
<script type="text/javascript" src="../../system/js/events.js"></script>
<script type="text/javascript" src="../../system/js/movimrpc.js"></script>
<!-- Test framework -->
<script type="text/javascript" src="tests.js"></script>
<!-- Tests -->
<script type="text/javascript" src="hash_test.js"></script>
<script type="text/javascript" src="events_test.js"></script>
</head>
<body onload="runtests()">
<div id="page">
</div>
</body>
</html>