index.html 916 Bytes
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
<!--
/**
 * @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/lib/jquery/jquery-ui.js"></script>
    <script src="../../../pub/lib/jquery/jquery.cookie.js"></script>
    <script src="../../../pub/lib/lib/storage.js"></script>
    <script type="text/javascript" src="../../../pub/lib/mage/mage.js"></script>
    <script type="text/javascript" src="testsuite/lib/storage/test-storage.js"></script>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture">
</div>
</body>
</html>