index.html 790 Bytes
<!--
/**
 * @category    storage
 * @package     test
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->

<!DOCTYPE html>
<html>
<head>
    <title>Unit test</title>
    <base href="../../../"/>
    <link type="text/css" rel="stylesheet" href="framework/qunit/qunit-1.14.0.css"/>
    <script type="text/javascript" src="framework/qunit/qunit-1.14.0.js"></script>
    <script src="../../../pub/lib/jquery.js"></script>
    <script src="../../../pub/moment.js"></script>
    <script src="../../../pub/lib/ko/ko.js"></script>
    <script type="text/javascript" src="testsuite/lib/ko/datepicker/datepicker.js"></script>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture">
    <input type="text" id="datepicker">
</div>
</body>
</html>