Commit 6f7c661d authored by Tristan Cavelier's avatar Tristan Cavelier

indexstorage tests added to test page

parent 631c1a3c
...@@ -26,5 +26,8 @@ ...@@ -26,5 +26,8 @@
<script src="../src/jio.storage/davstorage.js"></script> <script src="../src/jio.storage/davstorage.js"></script>
<script src="jio.storage/davstorage.tests.js"></script> <script src="jio.storage/davstorage.tests.js"></script>
<script src="../src/jio.storage/indexstorage.js"></script>
<script src="jio.storage/indexstorage.tests.js"></script>
</body> </body>
</html> </html>
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
"davstorage": "../src/jio.storage/davstorage", "davstorage": "../src/jio.storage/davstorage",
"davstorage_tests": "jio.storage/davstorage.tests", "davstorage_tests": "jio.storage/davstorage.tests",
"indexstorage": "../src/jio.storage/indexstorage",
"indexstorage_tests": "jio.storage/indexstorage.tests",
"qunit": "../lib/qunit/qunit", "qunit": "../lib/qunit/qunit",
"sinon": "../lib/sinon/sinon", "sinon": "../lib/sinon/sinon",
"sinon_qunit": "../lib/sinon/sinon-qunit" "sinon_qunit": "../lib/sinon/sinon-qunit"
...@@ -38,6 +41,7 @@ ...@@ -38,6 +41,7 @@
"jio_tests", "jio_tests",
"complex_queries_tests", "complex_queries_tests",
"localstorage_tests", "localstorage_tests",
"davstorage_tests" "davstorage_tests",
"indexstorage_tests"
]); ]);
}()); }());
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment