Add eslint rule to prevent .only tests
[MAILPOET-1731]
This commit is contained in:
committed by
M. Shull
parent
0cfc9055c4
commit
88833c5c76
@@ -6,7 +6,7 @@ define([
|
||||
'newsletter_editor/blocks/social',
|
||||
'backbone'
|
||||
], function (EditorApplication, SocialBlock, Backbone) {
|
||||
describe.only('Social', function () {
|
||||
describe('Social', function () {
|
||||
describe('block model', function () {
|
||||
var model;
|
||||
var sandbox;
|
||||
|
Reference in New Issue
Block a user