build and test fix

This commit is contained in:
Anton Lavrenov
2018-08-09 12:35:21 +07:00
parent b518ae0dac
commit 77af92cbf0
3 changed files with 56 additions and 16 deletions

View File

@@ -1198,7 +1198,7 @@ suite('Transformer', function() {
x: 20,
y: 20
});
assert.equal(shape.name(), 'top-left');
assert.equal(shape.name(), 'top-left _anchor');
});
test('check rotator size on scaled transformer', function() {