Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
dd9e9ce1
Commit
dd9e9ce1
authored
Feb 18, 2014
by
Chris Rebert
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12772 from ZDroid/tests-index
Improve `js/tests/index.html`
parents
27de7375
a4dac463
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
js/tests/index.html
js/tests/index.html
+5
-6
No files found.
js/tests/index.html
View file @
dd9e9ce1
...
...
@@ -3,20 +3,20 @@
<head>
<title>
Bootstrap Plugin Test Suite
</title>
<!-- j
q
uery -->
<!-- j
Q
uery -->
<script
src=
"vendor/jquery.js"
></script>
<!--
qu
nit -->
<!--
QU
nit -->
<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
)
{
QUnit
.
done
(
function
(
results
)
{
window
.
global_test_results
=
results
})
</script>
<!--
p
lugin sources -->
<!--
P
lugin sources -->
<script>
$
.
support
.
transition
=
false
</script>
<script
src=
"../../js/alert.js"
></script>
<script
src=
"../../js/button.js"
></script>
...
...
@@ -30,8 +30,7 @@
<script
src=
"../../js/popover.js"
></script>
<script
src=
"../../js/affix.js"
></script>
<!-- unit tests -->
<script
src=
"unit/transition.js"
></script>
<!-- Unit tests -->
<script
src=
"unit/alert.js"
></script>
<script
src=
"unit/button.js"
></script>
<script
src=
"unit/carousel.js"
></script>
...
...
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