@@ -3,9 +3,10 @@
* For licensing, see LICENSE.md.
*/
-'use strict';
/* global describe, it, beforeEach, afterEach */
+'use strict';
+
let toRestore;
const git = require( '../utils/git' );
const chai = require( 'chai' );
const sinon = require( 'sinon' );
const expect = chai.expect;