Tests object-curly-spacing
This commit is contained in:
@ -76,7 +76,7 @@ define([
|
||||
|
||||
it('encodes newsletter body in JSON format', function () {
|
||||
var module;
|
||||
var body = {type: 'testType'};
|
||||
var body = { type: 'testType' };
|
||||
var mock = sinon.mock()
|
||||
.once()
|
||||
.withArgs({
|
||||
|
Reference in New Issue
Block a user