build and enable all tests

This commit is contained in:
Anton Lavrenov 2019-10-11 09:17:54 -05:00
parent 7de82e5823
commit 71261c21bf
3 changed files with 1332 additions and 49 deletions

1377
konva.js

File diff suppressed because it is too large Load Diff

2
konva.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -315,7 +315,7 @@ suite('TextPath', function() {
assert.equal(layer.getContext().getTrace(true), trace);
});
test.only('Text path with align right', function() {
test('Text path with align right', function() {
var stage = addStage();
var layer = new Konva.Layer();