mirror of
https://github.com/Mibew/tray.git
synced 2025-05-29 05:26:25 +03:00
25 lines
1.0 KiB
HTML
25 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Mibew. Unit tests for JavaScript</title>
|
|
<link rel="stylesheet" href="qunit.css" type="text/css" />
|
|
<script type="text/javascript" src="qunit.js"></script>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
</head>
|
|
<body>
|
|
<div id="qunit"></div>
|
|
<div id="qunit-fixture"></div>
|
|
|
|
<!-- Start of the mibew_api.js tests -->
|
|
<script type="text/javascript" src="/webim/js/164/json2.js"></script>
|
|
<script type="text/javascript" src="/webim/js/164/mibewapi.js"></script>
|
|
<script type="text/javascript" src="test_cases/mibewapi_tests.js"></script>
|
|
<!-- End of the mibew_api.js tests -->
|
|
|
|
<!-- Start of the PluginManager class tests -->
|
|
<script type="text/javascript" src="/webim/js/164/pluginmanager.js"></script>
|
|
<script type="text/javascript" src="test_cases/pluginmanager_tests.js"></script>
|
|
<!-- End of the mibew_api.js class tests -->
|
|
</body>
|
|
</html>
|