Tests space-before-function-paren
This commit is contained in:
@@ -3,7 +3,7 @@ const expect = global.expect;
|
||||
define([
|
||||
'newsletter_editor/App',
|
||||
'newsletter_editor/blocks/text'
|
||||
], function(EditorApplication, TextBlock) {
|
||||
], function (EditorApplication, TextBlock) {
|
||||
|
||||
describe('Text', function () {
|
||||
describe('model', function () {
|
||||
|
Reference in New Issue
Block a user