mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
lint fix, enable all tests
This commit is contained in:
@@ -126,7 +126,7 @@
|
|||||||
"indent": 0,
|
"indent": 0,
|
||||||
"key-spacing": [2, { "beforeColon": false, "afterColon": true }],
|
"key-spacing": [2, { "beforeColon": false, "afterColon": true }],
|
||||||
"lines-around-comment": 0,
|
"lines-around-comment": 0,
|
||||||
"max-depth": [2, 4],
|
"max-depth": [2, 5],
|
||||||
"max-len": [2, 320, 4],
|
"max-len": [2, 320, 4],
|
||||||
"max-nested-callbacks": [2, 2],
|
"max-nested-callbacks": [2, 2],
|
||||||
"max-params": [1, 8],
|
"max-params": [1, 8],
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
suite.only('Text', function(){
|
suite('Text', function(){
|
||||||
// ======================================================
|
// ======================================================
|
||||||
test('text with empty config is allowed', function() {
|
test('text with empty config is allowed', function() {
|
||||||
var stage = addStage();
|
var stage = addStage();
|
||||||
|
Reference in New Issue
Block a user