diff options
| author | Chris Rebert <[email protected]> | 2015-07-02 20:36:18 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-07-02 20:36:18 -0700 |
| commit | a691a30bbe3b4580f5dd55aa65ba6ea6057e13fc (patch) | |
| tree | 4bca150b3a27b4ce612e8b40c1eb55a8ceb001c0 | |
| parent | f3b2ab6a45bb78c564025d2e6c5da12024cbe15d (diff) | |
| parent | cebea5b6f62ad83034520e644793a041fa913ff3 (diff) | |
| download | bootstrap-a691a30bbe3b4580f5dd55aa65ba6ea6057e13fc.tar.xz bootstrap-a691a30bbe3b4580f5dd55aa65ba6ea6057e13fc.zip | |
Merge pull request #16757 from msarnicki/patch-1
Removes unnecessary period at end of comment
[skip sauce]
[skip validator]
| -rw-r--r-- | js/tests/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/index.html b/js/tests/index.html index fab2ebc16..e1fa85131 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -54,7 +54,7 @@ <script> // See https://github.com/axemclion/grunt-saucelabs#test-result-details-with-qunit var log = [] - // Require assert.expect in each test. + // Require assert.expect in each test QUnit.config.requireExpects = true QUnit.done(function (testResults) { var tests = [] |
