mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
|
<title>Unit Tests</title>
|
|
|
|
<script type="text/javascript" src="../../../web-apps/vendor/jquery/jquery.min.js"></script>
|
|
|
|
<link rel="stylesheet" href="../../vendor/qunit/qunit-1.11.0.css" type="text/css" media="screen" />
|
|
<script type="text/javascript" src="../../vendor/qunit/qunit-1.11.0.js"></script>
|
|
|
|
<script type="text/javascript" src="../../../web-apps/vendor/xregexp/xregexp-all-min.js"></script>
|
|
|
|
<script type="text/javascript" src="../../../web-apps/apps/spreadsheeteditor/sdk_dev_scripts.js"></script>
|
|
<script type="text/javascript">
|
|
window.sdk_dev_scrpipts.forEach(function(item){
|
|
document.write('<script type="text/javascript" src="' + item.substring('../'.length) + '"><\/script>');
|
|
});
|
|
</script>
|
|
|
|
<script type="text/javascript" src="CellFormatTests.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<h1 id="qunit-header">Cell Format Lib Tests</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
<div id="qunit-fixture">test markup, will be hidden</div>
|
|
</body>
|
|
</html>
|