smparkes-envjs 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,21 +0,0 @@
1
- {
2
- "name": "qunit",
3
- "author": {
4
- "name": "John Resig",
5
- "email": "jeresig@gmail.com",
6
- "url": "http://ejohn.org/"
7
- },
8
- "maintainer": {
9
- "name": "Jörn Zaefferer",
10
- "email": "joern.zaefferer@googlemail.com",
11
- "url": "http://bassistance.de/"
12
- },
13
- "url": "http://docs.jquery.com/QUnit",
14
- "license": {
15
- "name": "MIT",
16
- "url": "http://www.opensource.org/licenses/mit-license.php"
17
- },
18
- "description": "An easy-to-use JavaScript Unit Testing framework.",
19
- "keywords": [ "testing", "unit", "jquery" ],
20
- "lib": "qunit"
21
- }
@@ -1,17 +0,0 @@
1
- h1#qunit-header { padding: 15px; font-size: large; background-color: #06b; color: white; font-family: 'trebuchet ms', verdana, arial; margin: 0; }
2
- h1#qunit-header a { color: white; }
3
-
4
- h2#qunit-banner { height: 2em; border-bottom: 1px solid white; background-color: #eee; margin: 0; font-family: 'trebuchet ms', verdana, arial; }
5
- h2#qunit-banner.pass { background-color: green; }
6
- h2#qunit-banner.fail { background-color: red; }
7
-
8
- h2#qunit-userAgent { padding: 10px; background-color: #eee; color: black; margin: 0; font-size: small; font-weight: normal; font-family: 'trebuchet ms', verdana, arial; font-size: 10pt; }
9
-
10
- div#qunit-testrunner-toolbar { background: #eee; border-top: 1px solid black; padding: 10px; font-family: 'trebuchet ms', verdana, arial; margin: 0; font-size: 10pt; }
11
-
12
- ol#qunit-tests { font-family: 'trebuchet ms', verdana, arial; font-size: 10pt; }
13
- ol#qunit-tests li strong { cursor:pointer; }
14
- ol#qunit-tests .pass { color: green; }
15
- ol#qunit-tests .fail { color: red; }
16
-
17
- p#qunit-testresult { margin-left: 1em; font-size: 10pt; font-family: 'trebuchet ms', verdana, arial; }