prettier, fix some tests, new test runner

This commit is contained in:
Anton Lavrenov
2018-05-24 10:59:08 +09:00
parent 5b747b9265
commit 9b2d439751
69 changed files with 2816 additions and 2313 deletions

View File

@@ -104,6 +104,7 @@ suite('Label', function() {
assert.equal(stage.find('Label')[0], label);
});
// caching doesn't give exactly the same result. WHY?
test.skip('cache label', function() {
var stage = addStage();
var layer = new Konva.Layer();
@@ -239,7 +240,7 @@ suite('Label', function() {
stage.add(layer);
cloneAndCompareLayer(layer, 254);
cloneAndCompareLayer(layer, 100);
});
it('tag should list text size changes', function() {