Commit 711e2281 authored by Tristan Cavelier's avatar Tristan Cavelier

queries tests added

parent cd6c559d
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="../lib/qunit/qunit.css" /> <link rel="stylesheet" href="../lib/qunit/qunit.css" />
<title>JIO and Storage Qunit/Sinon Unit Tests</title> <title>JIO, Storage and ComplexQueries Qunit/Sinon Unit Tests</title>
</head> </head>
<body> <body>
<div id="qunit"></div> <div id="qunit"></div>
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
<script src="jio/tests.js"></script> <script src="jio/tests.js"></script>
<script src="../complex_queries.js"></script> <script src="../complex_queries.js"></script>
<script src="queries/tests.js"></script>
<script src="../src/jio.storage/localstorage.js"></script> <script src="../src/jio.storage/localstorage.js"></script>
<script src="jio.storage/localstorage.tests.js"></script> <script src="jio.storage/localstorage.tests.js"></script>
</body> </body>
......
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
"fakestorage": "jio/fakestorage", "fakestorage": "jio/fakestorage",
"complex_queries": "../complex_queries", "complex_queries": "../complex_queries",
"complex_queries_tests": "queries/tests",
"localstorage": "../src/jio.storage/localstorage", "localstorage": "../src/jio.storage/localstorage",
"localstorage_tests": "jio.storage/localstorage.tests", "localstorage_tests": "jio.storage/localstorage.tests",
...@@ -30,6 +32,7 @@ ...@@ -30,6 +32,7 @@
require([ require([
"sinon_qunit", "sinon_qunit",
"jio_tests", "jio_tests",
"complex_queries_tests",
"localstorage_tests" "localstorage_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