lint fix, enable all tests

This commit is contained in:
Anton Lavrenov
2016-09-11 10:06:34 -04:00
parent 9d497f2837
commit 2d5f5a534d
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@
"indent": 0,
"key-spacing": [2, { "beforeColon": false, "afterColon": true }],
"lines-around-comment": 0,
"max-depth": [2, 4],
"max-depth": [2, 5],
"max-len": [2, 320, 4],
"max-nested-callbacks": [2, 2],
"max-params": [1, 8],

View File

@@ -1,6 +1,6 @@
'use strict';
suite.only('Text', function(){
suite('Text', function(){
// ======================================================
test('text with empty config is allowed', function() {
var stage = addStage();