mirror of
https://github.com/Mibew/tray.git
synced 2025-04-10 06:40:15 +03:00
Add 'apply', 'formatTime' and 'nl2br' Handlebars helpers. Also add QUnit tests for 'apply' helper.
31 lines
1.4 KiB
HTML
31 lines
1.4 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 -->
|
|
|
|
<!-- Start of Handlebars' helpers tests -->
|
|
<script type="text/javascript" src="/webim/js/164/handlebars.js"></script>
|
|
<script type="text/javascript" src="/webim/js/164/handlebars_helpers.js"></script>
|
|
<script type="text/javascript" src="test_cases/handlebars_helpers_tests.js"></script>
|
|
<!-- Start of Handlebars' helpers tests -->
|
|
</body>
|
|
</html>
|