selenium: Replace ES5 one-var assignments with const/let per line
[lhc/web/wiklou.git] / tests / selenium / wdio-mediawiki / specs / BlankPage.js
index 2977479..9fbee56 100644 (file)
@@ -1,5 +1,5 @@
-const assert = require( 'assert' ),
-       BlankPage = require( './../BlankPage' );
+const assert = require( 'assert' );
+const BlankPage = require( './../BlankPage' );
 
 describe( 'BlankPage', function () {
        it( 'should have its title @daily', function () {