Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
c1a81f7b
Commit
c1a81f7b
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #12229 from twbs/richer-results
more detailed QUnit test results in Sauce
parents
8fb75ee9
b260d93c
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
js/tests/index.html
+6
-1
js/tests/index.html
with
6 additions
and
1 deletion
+6
-1
js/tests/index.html
+
6
-
1
View file @
c1a81f7b
...
...
@@ -4,12 +4,17 @@
<title>
Bootstrap Plugin Test Suite
</title>
<!-- jquery -->
<!--<script src="http://code.jquery.com/jquery-1.7.min.js"></script>-->
<script
src=
"vendor/jquery.js"
></script>
<!-- qunit -->
<link
rel=
"stylesheet"
href=
"vendor/qunit.css"
media=
"screen"
>
<script
src=
"vendor/qunit.js"
></script>
<script>
// See https://github.com/axemclion/grunt-saucelabs#test-result-details-with-qunit
QUnit
.
done
(
function
(
results
)
{
window
.
global_test_results
=
results
})
</script>
<!-- plugin sources -->
<script
src=
"../../js/transition.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets