Commit f3294a72 authored by Tristan Cavelier's avatar Tristan Cavelier

gidstorage.tests.js added

parent f4aa93ab
This diff is collapsed.
...@@ -29,5 +29,8 @@ ...@@ -29,5 +29,8 @@
<script src="../src/jio.storage/indexstorage.js"></script> <script src="../src/jio.storage/indexstorage.js"></script>
<script src="jio.storage/indexstorage.tests.js"></script> <script src="jio.storage/indexstorage.tests.js"></script>
<script src="../src/jio.storage/gidstorage.js"></script>
<script src="../test/jio.storage/gidstorage.tests.js"></script>
</body> </body>
</html> </html>
...@@ -26,6 +26,9 @@ ...@@ -26,6 +26,9 @@
"indexstorage": "../src/jio.storage/indexstorage", "indexstorage": "../src/jio.storage/indexstorage",
"indexstorage_tests": "jio.storage/indexstorage.tests", "indexstorage_tests": "jio.storage/indexstorage.tests",
"gidstorage": "../src/jio.storage/gidstorage",
"gidstorage_tests": "jio.storage/gidstorage.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"
...@@ -42,6 +45,7 @@ ...@@ -42,6 +45,7 @@
"complex_queries_tests", "complex_queries_tests",
"localstorage_tests", "localstorage_tests",
"davstorage_tests", "davstorage_tests",
"indexstorage_tests" "indexstorage_tests",
"gidstorage_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