Fix tests comma-dangle eslint rule [MAILPOET-1028]
This commit is contained in:
committed by
pavel-mailpoet
parent
66c6f52646
commit
f0c59ff635
@@ -6,7 +6,7 @@ define([
|
||||
describe('Config', function () {
|
||||
it('loads and stores configuration', function() {
|
||||
ConfigComponent.setConfig({
|
||||
testConfig: 'testValue',
|
||||
testConfig: 'testValue'
|
||||
});
|
||||
var model = ConfigComponent.getConfig();
|
||||
expect(model.get('testConfig')).to.equal('testValue');
|
||||
|
Reference in New Issue
Block a user