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
8028cae0
Commit
8028cae0
authored
Feb 25, 2013
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qunit and sinon updated
parent
b0e84879
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2147 additions
and
987 deletions
+2147
-987
lib/qunit/qunit.css
lib/qunit/qunit.css
+36
-27
lib/qunit/qunit.js
lib/qunit/qunit.js
+1283
-800
lib/sinon/sinon.js
lib/sinon/sinon.js
+828
-160
No files found.
lib/qunit/qunit.css
View file @
8028cae0
/**
* QUnit v1.
5
.0 - A JavaScript Unit Testing Framework
* QUnit v1.
11
.0 - A JavaScript Unit Testing Framework
*
* http://
docs.jquery.com/QUnit
* http://
qunitjs.com
*
* Copyright
(c) 2012 John Resig, Jörn Zaefferer
*
Dual licensed under the MIT (MIT-LICENSE.txt)
*
or GPL (GPL-LICENSE.txt) licenses.
* Copyright
2012 jQuery Foundation and other contributors
*
Released under the MIT license.
*
http://jquery.org/license
*/
/** Font Family and Sizes */
...
...
@@ -20,7 +20,7 @@
/** Resets */
#qunit-tests
,
#qunit-
tests
ol
,
#qunit-header
,
#qunit-banner
,
#qunit-userAgent
,
#qunit-testresult
{
#qunit-tests
,
#qunit-
header
,
#qunit-banner
,
#qunit-userAgent
,
#qunit-testresult
,
#qunit-modulefilter
{
margin
:
0
;
padding
:
0
;
}
...
...
@@ -38,10 +38,10 @@
line-height
:
1em
;
font-weight
:
normal
;
border-radius
:
15px
1
5px
0
0
;
-moz-border-radius
:
15px
1
5px
0
0
;
-webkit-border-top-right-radius
:
1
5px
;
-webkit-border-top-left-radius
:
1
5px
;
border-radius
:
5px
5px
0
0
;
-moz-border-radius
:
5px
5px
0
0
;
-webkit-border-top-right-radius
:
5px
;
-webkit-border-top-left-radius
:
5px
;
}
#qunit-header
a
{
...
...
@@ -54,8 +54,9 @@
color
:
#fff
;
}
#qunit-
heade
r
label
{
#qunit-
testrunner-toolba
r
label
{
display
:
inline-block
;
padding
:
0
.5em
0
.1em
;
}
#qunit-banner
{
...
...
@@ -66,6 +67,7 @@
padding
:
0.5em
0
0.5em
2em
;
color
:
#5E740B
;
background-color
:
#eee
;
overflow
:
hidden
;
}
#qunit-userAgent
{
...
...
@@ -75,6 +77,9 @@
text-shadow
:
rgba
(
0
,
0
,
0
,
0.5
)
2px
2px
1px
;
}
#qunit-modulefilter-container
{
float
:
right
;
}
/** Tests: Pass/Fail */
...
...
@@ -106,19 +111,24 @@
color
:
#000
;
}
#qunit-tests
ol
{
#qunit-tests
li
.runtime
{
float
:
right
;
font-size
:
smaller
;
}
.qunit-assert-list
{
margin-top
:
0.5em
;
padding
:
0.5em
;
background-color
:
#fff
;
border-radius
:
15px
;
-moz-border-radius
:
15px
;
-webkit-border-radius
:
15px
;
border-radius
:
5px
;
-moz-border-radius
:
5px
;
-webkit-border-radius
:
5px
;
}
box-shadow
:
inset
0px
2px
13px
#999
;
-moz-box-shadow
:
inset
0px
2px
13px
#999
;
-webkit-box-shadow
:
inset
0px
2px
13px
#999
;
.qunit-collapsed
{
display
:
none
;
}
#qunit-tests
table
{
...
...
@@ -161,8 +171,7 @@
#qunit-tests
b
.failed
{
color
:
#710909
;
}
#qunit-tests
li
li
{
margin
:
0.5em
;
padding
:
0.4em
0.5em
0.4em
0.5em
;
padding
:
5px
;
background-color
:
#fff
;
border-bottom
:
none
;
list-style-position
:
inside
;
...
...
@@ -171,9 +180,9 @@
/*** Passing Styles */
#qunit-tests
li
li
.pass
{
color
:
#
5E740B
;
color
:
#
3c510c
;
background-color
:
#fff
;
border-left
:
26
px
solid
#C6E746
;
border-left
:
10
px
solid
#C6E746
;
}
#qunit-tests
.pass
{
color
:
#528CE0
;
background-color
:
#D2E0E6
;
}
...
...
@@ -189,15 +198,15 @@
#qunit-tests
li
li
.fail
{
color
:
#710909
;
background-color
:
#fff
;
border-left
:
26
px
solid
#EE5757
;
border-left
:
10
px
solid
#EE5757
;
white-space
:
pre
;
}
#qunit-tests
>
li
:last-child
{
border-radius
:
0
0
15px
1
5px
;
-moz-border-radius
:
0
0
15px
1
5px
;
-webkit-border-bottom-right-radius
:
1
5px
;
-webkit-border-bottom-left-radius
:
1
5px
;
border-radius
:
0
0
5px
5px
;
-moz-border-radius
:
0
0
5px
5px
;
-webkit-border-bottom-right-radius
:
5px
;
-webkit-border-bottom-left-radius
:
5px
;
}
#qunit-tests
.fail
{
color
:
#000000
;
background-color
:
#EE5757
;
}
...
...
lib/qunit/qunit.js
View file @
8028cae0
This diff is collapsed.
Click to expand it.
lib/sinon/sinon.js
View file @
8028cae0
This diff is collapsed.
Click to expand it.
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