implementing ESlint suggestions

This commit is contained in:
El RIDO
2018-01-06 07:17:33 +01:00
parent 5e070db6a1
commit 2db412873b
9 changed files with 24 additions and 23 deletions

View File

@@ -39,7 +39,7 @@ describe('UiHelper', function () {
jsc.array(common.jscQueryString()),
jsc.nearray(common.jscBase64String()),
function (schema, address, query, fragment) {
var expected = schema + '://' + address.join('') + '/' + '?' +
var expected = schema + '://' + address.join('') + '/?' +
query.join('') + '#' + fragment.join(''),
clean = jsdom('', {url: expected});