tray/src/messenger/tests/client_side/qunit/index.html
Dmitriy Simushev 83636a02ef Add several Handlebars helpers
Add 'apply', 'formatTime' and 'nl2br' Handlebars helpers.
Also add QUnit tests for 'apply' helper.
2013-03-13 15:32:42 +00:00

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>