Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jio-main
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Hardik Juneja
jio-main
Commits
711e2281
Commit
711e2281
authored
Aug 29, 2013
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
queries tests added
parent
cd6c559d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
test/tests.html
test/tests.html
+3
-1
test/tests.require.js
test/tests.require.js
+3
-0
No files found.
test/tests.html
View file @
711e2281
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
/>
<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>
<body>
<div
id=
"qunit"
></div>
...
...
@@ -17,6 +17,8 @@
<script
src=
"jio/tests.js"
></script>
<script
src=
"../complex_queries.js"
></script>
<script
src=
"queries/tests.js"
></script>
<script
src=
"../src/jio.storage/localstorage.js"
></script>
<script
src=
"jio.storage/localstorage.tests.js"
></script>
</body>
...
...
test/tests.require.js
View file @
711e2281
...
...
@@ -14,6 +14,8 @@
"
fakestorage
"
:
"
jio/fakestorage
"
,
"
complex_queries
"
:
"
../complex_queries
"
,
"
complex_queries_tests
"
:
"
queries/tests
"
,
"
localstorage
"
:
"
../src/jio.storage/localstorage
"
,
"
localstorage_tests
"
:
"
jio.storage/localstorage.tests
"
,
...
...
@@ -30,6 +32,7 @@
require
([
"
sinon_qunit
"
,
"
jio_tests
"
,
"
complex_queries_tests
"
,
"
localstorage_tests
"
]);
}());
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment