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

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();