Add and fix comma-dangle rules for *.js files
[MAILPOET-1829]
This commit is contained in:
@ -6,7 +6,7 @@ describe('Config', function () {
|
||||
it('loads and stores configuration', function () {
|
||||
var model;
|
||||
ConfigComponent.setConfig({
|
||||
testConfig: 'testValue'
|
||||
testConfig: 'testValue',
|
||||
});
|
||||
model = ConfigComponent.getConfig();
|
||||
expect(model.get('testConfig')).to.equal('testValue');
|
||||
|
Reference in New Issue
Block a user