Commit a691a30b authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #16757 from msarnicki/patch-1

Removes unnecessary period at end of comment
[skip sauce]
[skip validator]
parents f3b2ab6a cebea5b6
Showing with 1 addition and 1 deletion
+1 -1
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<script> <script>
// See https://github.com/axemclion/grunt-saucelabs#test-result-details-with-qunit // See https://github.com/axemclion/grunt-saucelabs#test-result-details-with-qunit
var log = [] var log = []
// Require assert.expect in each test. // Require assert.expect in each test
QUnit.config.requireExpects = true QUnit.config.requireExpects = true
QUnit.done(function (testResults) { QUnit.done(function (testResults) {
var tests = [] var tests = []
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment