mirror of
https://github.com/Mibew/java.git
synced 2025-05-06 02:23:08 +03:00
21 lines
751 B
HTML
21 lines
751 B
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 -->
|
|
|
|
</body>
|
|
</html>
|