Add eslint rule to prevent .only tests

[MAILPOET-1731]
This commit is contained in:
Rostislav Wolny
2019-02-11 11:58:06 +01:00
committed by M. Shull
parent 0cfc9055c4
commit 88833c5c76
4 changed files with 85 additions and 45 deletions

View File

@@ -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;