enable all tests

This commit is contained in:
Anton Lavrenov 2019-12-24 11:22:12 -05:00
parent 76c0e3f272
commit 537753cfc2

View File

@ -369,7 +369,7 @@ suite('Image', function() {
});
});
test.only('check zero values', function(done) {
test('check zero values', function(done) {
var stage = addStage();
var layer = new Konva.Layer();
stage.add(layer);