Tests cleanup

This commit is contained in:
Dyakin
2018-09-04 13:37:40 +03:00
parent 8cf561a11c
commit 94bc556b8d
5 changed files with 210 additions and 210 deletions

View File

@@ -451,7 +451,7 @@ suite('Layer', function() {
);
});
it('get/set layer size', function() {
test('get/set layer size', function() {
var stage = addStage();
var layer = new Konva.Layer();
stage.add(layer);