mirror of
https://github.com/tomru/switchmon.git
synced 2026-03-03 14:37:27 +01:00
use es6 function everywhere
This commit is contained in:
@@ -11,7 +11,7 @@ describe('swm', () => {
|
||||
sandbox = sinon.sandbox.create();
|
||||
});
|
||||
|
||||
afterEach(function() {
|
||||
afterEach(() => {
|
||||
sandbox.restore();
|
||||
});
|
||||
|
||||
@@ -149,7 +149,7 @@ describe('swm', () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe('executePostCmd', function() {
|
||||
describe('executePostCmd', () => {
|
||||
let execStub;
|
||||
let swm;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user