Commit 83d21c67 authored by Sindre Sorhus's avatar Sindre Sorhus

Merge pull request #1077 from Hurtak/master

Fixed JSHint error 'Strings must use singlequote'
parents 89c41418 fb79b3bf
......@@ -70,7 +70,7 @@ module.exports.todoMVCTest = function (frameworkName, baseUrl, speedMode, laxMod
test.describe('When page is initially opened', function () {
test.it('should focus on the todo input field', function () {
testOps.assertFocussedElementId("new-todo");
testOps.assertFocussedElementId('new-todo');
});
});
......
Markdown is supported
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